본사 nexus 정보 삭제
This commit is contained in:
+4
-7
@@ -4,19 +4,16 @@ plugins {
|
|||||||
id 'eclipse-wtp'
|
id 'eclipse-wtp'
|
||||||
id 'idea'
|
id 'idea'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'com.eactive'
|
group 'com.eactive'
|
||||||
version '4.5.1-SNAPSHOT'
|
version '4.5.1-SNAPSHOT'
|
||||||
|
|
||||||
|
|
||||||
def springVersion = "5.3.27"
|
def springVersion = "5.3.27"
|
||||||
|
|
||||||
//def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||||
|
|
||||||
|
|
||||||
//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