샘플 버전 변수화
This commit is contained in:
@@ -7,7 +7,7 @@ repositories {
|
||||
|
||||
|
||||
dependencies {
|
||||
compile 'com.gsitm.ustra.java.starter:ustra-starter-vue-bo:2.0.40.RELEASE'
|
||||
compile "com.gsitm.ustra.java.starter:ustra-starter-vue-bo:${ustraVersion}"
|
||||
compile project(":cmm")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '2.2.5.RELEASE'
|
||||
ustraVersion = '2.0.41.RELEASE'
|
||||
set('springCloudVersion', "Hoxton.SR3")
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ repositories {
|
||||
|
||||
|
||||
dependencies {
|
||||
compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.40.RELEASE'
|
||||
compile "com.gsitm.ustra.java.starter:ustra-starter-restapi:${ustraVersion}"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -7,10 +7,10 @@ repositories {
|
||||
|
||||
|
||||
dependencies {
|
||||
compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.40.RELEASE'
|
||||
compile 'com.gsitm.ustra.java:ustra-mvc-view:2.0.40.RELEASE'
|
||||
compile 'com.gsitm.ustra.java:ustra-data-mybatis:2.0.40.RELEASE'
|
||||
compile 'com.gsitm.ustra.java:ustra-security-jwt:2.0.40.RELEASE'
|
||||
compile "com.gsitm.ustra.java.starter:ustra-starter-restapi:${ustraVersion}"
|
||||
compile "com.gsitm.ustra.java:ustra-mvc-view:${ustraVersion}"
|
||||
compile "com.gsitm.ustra.java:ustra-data-mybatis:${ustraVersion}"
|
||||
compile "com.gsitm.ustra.java:ustra-security-jwt:${ustraVersion}"
|
||||
compile project(":cmm")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user