diff --git a/build.gradle b/build.gradle index b24ecf858a..1288d87a11 100644 --- a/build.gradle +++ b/build.gradle @@ -104,6 +104,7 @@ subprojects { } tasks.withType(JavaCompile) { options.encoding = "UTF-8" + options.compilerArgs.add("-parameters") } }