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 hibernateVersion = "5.6.15.Final"
def generatedJavaDir = "$buildDir/generated/java" def generatedJavaDir = "$buildDir/generated/java"
def nexusUrl = "https://nexus.eactive.synology.me:8090" //def nexusUrl = "https://nexus.eactive.synology.me:8090"
//
repositories { //repositories {
maven { // maven {
url "${nexusUrl}/repository/maven-public/" // url "${nexusUrl}/repository/maven-public/"
allowInsecureProtocol = true // allowInsecureProtocol = true
} // }
} //}
java { java {
toolchain { toolchain {
@@ -45,7 +45,9 @@ compileJava {
} }
} }
war { war {
archiveFileName = "eapim-online.war"
exclude '**/persistence.xml' exclude '**/persistence.xml'
exclude '**/context.xml' exclude '**/context.xml'
} }