Merge pull request #5825 from skozyr/patch-1
Added explicit Java source encoding
This commit is contained in:
commit
d6d2c547ff
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ configurations {
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
sourceCompatibility = "1.7"
|
sourceCompatibility = "1.7"
|
||||||
targetCompatibility = "1.7"
|
targetCompatibility = "1.7"
|
||||||
|
options.encoding = 'UTF-8'
|
||||||
}
|
}
|
||||||
|
|
||||||
task collectRoutingResources(type: Sync) {
|
task collectRoutingResources(type: Sync) {
|
||||||
|
|
Loading…
Reference in a new issue