잘못 commit 하여 다시 원래것으로commit함.본사 nexus 정보삭제한 version임

This commit is contained in:
jaewohong
2025-11-06 12:54:23 +09:00
parent aab415bf00
commit 2f0f17d51f
+1 -8
View File
@@ -9,21 +9,14 @@ plugins {
group 'com.eactive'
version '4.5.1-SNAPSHOT'
def nexusUrl = "https://nexus.eactive.synology.me:8090"
def springVersion = "5.3.27"
//def quartzVersion = "2.2.1"
def queryDslVersion = "5.0.0"
def hibernateVersion = "5.6.15.Final"
def nexusUrl = "https://nexus.eactive.synology.me:8090"
def generatedJavaDir = "$buildDir/generated/java"
repositories {
maven {
url "${nexusUrl}/repository/maven-public/"
allowInsecureProtocol = true
}
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)