war 파일명 변경

This commit is contained in:
Rinjae
2025-09-10 20:29:55 +09:00
parent 6c6eb4e6ac
commit c101f39aa8
+11 -9
View File
@@ -20,14 +20,14 @@ def queryDslVersion = "5.0.0"
def hibernateVersion = "5.6.15.Final"
def generatedJavaDir = "$buildDir/generated/java"
def nexusUrl = "https://nexus.eactive.synology.me:8090"
repositories {
maven {
url "${nexusUrl}/repository/maven-public/"
allowInsecureProtocol = true
}
}
//def nexusUrl = "https://nexus.eactive.synology.me:8090"
//
//repositories {
// maven {
// url "${nexusUrl}/repository/maven-public/"
// allowInsecureProtocol = true
// }
//}
java {
toolchain {
@@ -45,7 +45,9 @@ compileJava {
}
}
war {
war {
archiveFileName = "eapim-online.war"
exclude '**/persistence.xml'
exclude '**/context.xml'
}