잘못 commit 하여 다시 원래것으로commit함.본사 nexus 정보삭제한 version임
This commit is contained in:
+1
-8
@@ -9,21 +9,14 @@ plugins {
|
|||||||
group 'com.eactive'
|
group 'com.eactive'
|
||||||
version '4.5.1-SNAPSHOT'
|
version '4.5.1-SNAPSHOT'
|
||||||
|
|
||||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
|
||||||
|
|
||||||
def springVersion = "5.3.27"
|
def springVersion = "5.3.27"
|
||||||
//def quartzVersion = "2.2.1"
|
//def quartzVersion = "2.2.1"
|
||||||
def queryDslVersion = "5.0.0"
|
def queryDslVersion = "5.0.0"
|
||||||
def hibernateVersion = "5.6.15.Final"
|
def hibernateVersion = "5.6.15.Final"
|
||||||
|
|
||||||
|
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||||
def generatedJavaDir = "$buildDir/generated/java"
|
def generatedJavaDir = "$buildDir/generated/java"
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
url "${nexusUrl}/repository/maven-public/"
|
|
||||||
allowInsecureProtocol = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
java {
|
java {
|
||||||
toolchain {
|
toolchain {
|
||||||
languageVersion = JavaLanguageVersion.of(8)
|
languageVersion = JavaLanguageVersion.of(8)
|
||||||
|
|||||||
Reference in New Issue
Block a user