|
@@ -22,16 +22,12 @@
|
|
|
#
|
|
|
|
|
|
SAGA_URL = http://www.sagacloud.cn
|
|
|
-SAGA_KOTLIN_VERSION = 1.4.106
|
|
|
+SAGA_KOTLIN_VERSION = 1.4.108
|
|
|
SAGA_SERVICE_VERSION = 1.4.146
|
|
|
|
|
|
-MAVEN_REPO_PUBLIC_URL = http://192.168.200.80:8081/repository/maven-public/
|
|
|
-MAVEN_REPO_RELEASE_URL = http://192.168.200.80:8081/repository/maven-releases/
|
|
|
-MAVEN_REPO_SNAPSHOT_URL = http://192.168.200.80:8081/repository/maven-snapshots/
|
|
|
-
|
|
|
-#MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
|
|
|
-#MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
|
|
|
-#MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
|
|
|
+MAVEN_REPO_PUBLIC_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-public/
|
|
|
+MAVEN_REPO_RELEASE_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-releases/
|
|
|
+MAVEN_REPO_SNAPSHOT_URL = http://dev.dp.sagacloud.cn:8082/repository/maven-snapshots/
|
|
|
NEXUS_USERNAME = saga
|
|
|
NEXUS_PASSWORD = saga
|
|
|
|
|
@@ -48,8 +44,6 @@ JDK_VERSION = 8
|
|
|
COMMONS_LANG_VERSION = 3.9
|
|
|
# https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin
|
|
|
DOKKA_VERSION = 0.9.16
|
|
|
-# https://mvnrepository.com/artifact/org.hidetake/gradle-ssh-plugin
|
|
|
-GRADLE_SSH_VERSION = 2.10.1
|
|
|
# https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk8
|
|
|
KOTLIN_VERSION = 1.3.61
|
|
|
# https://mvnrepository.com/artifact/org.apache.shiro/shiro-spring-boot-web-starter
|
|
@@ -78,3 +72,5 @@ ZXING_VERSION = 3.2.1
|
|
|
|
|
|
# https://repo.spring.io/milestone
|
|
|
SPRING_CLOUD_DEPENDENCIES = Finchley.RELEASE
|
|
|
+
|
|
|
+GRADLE_SSH_VERSION = 2.9.0
|