war 파일명 변경
This commit is contained in:
+11
-9
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user