09.10 변경분 반영

This commit is contained in:
Rinjae
2025-09-10 18:20:17 +09:00
parent a1d74cf004
commit 4146710b1c
10 changed files with 2026 additions and 7 deletions
+7
View File
@@ -20,7 +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
}
}
java {
toolchain {