Commit f976d674 authored by 郭燕飞's avatar 郭燕飞 💬

fix

parent 085f104b
...@@ -5,3 +5,7 @@ dependencies { ...@@ -5,3 +5,7 @@ dependencies {
provided "cn.com.duiba.boot:spring-boot-ext-api" provided "cn.com.duiba.boot:spring-boot-ext-api"
provided "org.springframework:spring-web" provided "org.springframework:spring-web"
} }
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
\ No newline at end of file
...@@ -36,3 +36,7 @@ install { ...@@ -36,3 +36,7 @@ install {
uploadArchives { uploadArchives {
enabled = false enabled = false
} }
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
\ 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