mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
build.gradle: Set source file encoding for test classes to UTF-8.
This commit is contained in:
parent
31187c28fe
commit
817a1cb54a
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ compileJava {
|
|||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
compileTestJava {
|
||||
sourceCompatibility '1.8'
|
||||
targetCompatibility '1.8'
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
test {
|
||||
exclude 'de/schildbach/pte/live/**'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue