Commit c3036903 authored by gaoxu's avatar gaoxu 😵

Update base.gradle

parent 6ac3857b
plugins { apply plugin: 'java'
id 'org.springframework.boot' version '2.1.3.RELEASE' apply plugin: 'idea'
id 'java'
id 'idea'
}
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8
...@@ -14,4 +11,4 @@ repositories { ...@@ -14,4 +11,4 @@ repositories {
mavenLocal() mavenLocal()
maven { url "https://maven.aliyun.com/repository/central" } maven { url "https://maven.aliyun.com/repository/central" }
mavenCentral() mavenCentral()
} }
\ 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