gradle 指定utf-8
This commit is contained in:
@@ -14,3 +14,7 @@ dependencies {
|
||||
|
||||
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user