Commit 0ddd2de8 authored by gaoxu's avatar gaoxu 😵

Update spring-cloud-greenwich.gradle

parent c3036903
plugins { buildscript {
id 'org.springframework.boot' version '2.1.3.RELEASE' ext {
springBootVersion = '2.1.3.RELEASE'
}
repositories {
maven { url "https://maven.aliyun.com/repository/central" }
maven { url "https://plugins.gradle.org/m2/" }
mavenCentral()
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
}
} }
apply plugin: org.springframework.boot.gradle.plugin.SpringBootPlugin
apply plugin: 'io.spring.dependency-management' apply plugin: io.spring.gradle.dependencymanagement.DependencyManagementPlugin
repositories { repositories {
mavenLocal()
maven { url "https://maven.aliyun.com/repository/central" }
maven { url "https://repo.spring.io/milestone" }
mavenCentral() mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
} }
ext { ext {
...@@ -28,4 +40,4 @@ dependencyManagement { ...@@ -28,4 +40,4 @@ dependencyManagement {
imports { imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}" mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
} }
} }
\ No newline at end of file
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