잘못 commit 하여 다시 원래것으로commit함.본사 nexus 정보삭제한 version임
This commit is contained in:
+2
-9
@@ -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)
|
||||
@@ -153,4 +146,4 @@ eclipse {
|
||||
buildCommand 'org.eclipse.wst.common.project.facet.core.builder'
|
||||
buildCommand 'org.eclipse.jdt.core.javabuilder'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user