Commit 6ac3857b authored by gaoxu's avatar gaoxu 😵

更新base.gradle

parent df61ccf7
Pipeline #72 failed with stages
...@@ -4,7 +4,11 @@ plugins { ...@@ -4,7 +4,11 @@ plugins {
id 'idea' id 'idea'
} }
sourceCompatibility = '1.8' sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"
repositories { repositories {
mavenLocal() mavenLocal()
......
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