weblogic 대응

This commit is contained in:
Rinjae
2025-09-11 16:01:10 +09:00
parent aff011a408
commit a83bb20934
2 changed files with 8 additions and 9 deletions
-7
View File
@@ -14,13 +14,6 @@ targetCompatibility = "1.8"
def nexusUrl = "https://nexus.eactive.synology.me:8090"
repositories {
mavenCentral()
maven {
url "${nexusUrl}/repository/maven-public/"
allowInsecureProtocol = true
}
}
dependencies {
annotationProcessor "org.projectlombok:lombok:1.18.28"