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