Use UTF-8 charset for Java compilation (#8486)
This commit is contained in:
parent
03379dea27
commit
c1b7b55c9e
@ -199,3 +199,7 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(JavaCompile).configureEach {
|
||||||
|
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user