Commit 0ddd2de8 authored by gaoxu's avatar gaoxu 😵

Update spring-cloud-greenwich.gradle

parent c3036903
plugins {
id 'org.springframework.boot' version '2.1.3.RELEASE'
buildscript {
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: 'io.spring.dependency-management'
apply plugin: org.springframework.boot.gradle.plugin.SpringBootPlugin
apply plugin: io.spring.gradle.dependencymanagement.DependencyManagementPlugin
repositories {
mavenLocal()
maven { url "https://maven.aliyun.com/repository/central" }
maven { url "https://repo.spring.io/milestone" }
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
}
ext {
......@@ -28,4 +40,4 @@ dependencyManagement {
imports {
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