본사 nexus 정보 삭제
This commit is contained in:
+7
-7
@@ -15,14 +15,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"
|
||||
//def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url "${nexusUrl}/repository/maven-public/"
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
//repositories {
|
||||
// maven {
|
||||
// url "${nexusUrl}/repository/maven-public/"
|
||||
// allowInsecureProtocol = true
|
||||
// }
|
||||
//}
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(8)
|
||||
|
||||
Reference in New Issue
Block a user