1
0
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:
jianglai
2019-04-09 13:20:02 -07:00
parent d1f833b9bc
commit 641c3f6bc3

View File

@@ -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