본사 nexus 정보 삭제

This commit is contained in:
Rinjae
2025-09-10 21:40:38 +09:00
parent 4019f42fb6
commit f6d31c1b27
+1 -7
View File
@@ -15,14 +15,8 @@ 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
// }
//}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)