gradle 指定utf-8
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -50,3 +50,6 @@ dependencies {
|
||||
|
||||
|
||||
}
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
@@ -45,3 +45,6 @@ dependencies {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
Reference in New Issue
Block a user