robots.txt 수정
jar파일명 변경
This commit is contained in:
@@ -52,6 +52,14 @@ tasks.named('bootRun') {
|
||||
systemProperty 'spring.devtools.restart.enabled', 'true'
|
||||
}
|
||||
|
||||
tasks.named('bootJar') {
|
||||
archiveFileName = 'iotdoor-boot.jar'
|
||||
}
|
||||
|
||||
tasks.named('jar') {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user