Commit 411f50b1 authored by gaoxu's avatar gaoxu 😵

Update spring-cloud-greenwich.gradle

parent 539b93f7
buildscript { buildscript {
ext { ext {
springBootVersion = '2.1.3.RELEASE' springBootVersion = '2.1.4.RELEASE'
} }
repositories { repositories {
maven { url "https://maven.aliyun.com/repository/central" } maven { url "https://maven.aliyun.com/repository/central" }
...@@ -22,7 +22,7 @@ repositories { ...@@ -22,7 +22,7 @@ repositories {
} }
ext { ext {
set('springCloudVersion', 'Greenwich.RELEASE') set('springCloudVersion', 'Greenwich.SR1')
} }
dependencies { dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment