mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
build.gradle: Make sure source code is always parsed as UTF-8.
This commit is contained in:
parent
b2875ddd31
commit
a71014b76e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ sourceSets {
|
|||
compileJava {
|
||||
sourceCompatibility '1.7'
|
||||
targetCompatibility '1.7'
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue