mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Set encoding for java tests
The java compiler in the builder with new base image defaults to ASCII encoding. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=242726695
This commit is contained in:
@@ -263,6 +263,8 @@ subprojects {
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
compileJava { options.encoding = "UTF-8" }
|
||||
compileTestJava { options.encoding = "UTF-8" }
|
||||
|
||||
|
||||
gradleLint.rules = [
|
||||
// Checks if Gradle wrapper is up-to-date
|
||||
|
||||
Reference in New Issue
Block a user