mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
[#875] Fix gradle build encoding
This commit is contained in:
parent
dbe54f918b
commit
c6c24f8c0f
@ -20,6 +20,11 @@ allprojects {
|
||||
exceptionFormat "full"
|
||||
}
|
||||
}
|
||||
|
||||
// Fix for UTF-8 files showing with wrong encoding when compiled on Windows machines.
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user