Fix the encoding issue.
This commit is contained in:
@@ -12,6 +12,10 @@ java {
|
||||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
repositories {
|
||||
// Spock releases are available from Maven Central
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user