robots.txt 수정

jar파일명 변경
This commit is contained in:
CSKIM
2026-05-09 00:23:31 +09:00
parent e90e8bfc34
commit 9d38a8f54c
3 changed files with 10 additions and 0 deletions
+8
View File
@@ -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()
}