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
......
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