✨ Specify UTF-8 encoding in build.gradle
This commit is contained in:
parent
dbdafed273
commit
d9735212a8
2 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import java.nio.charset.StandardCharsets
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
@ -84,6 +86,7 @@ subprojects {
|
|||
"CatchAndPrintStackTrace"
|
||||
)
|
||||
}
|
||||
options.encoding(StandardCharsets.UTF_8.name())
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue