Compile with parameter names

Closes gh-10240
This commit is contained in:
Eleftheria Stein 2021-09-08 09:58:28 +02:00
parent 6fae98a6f4
commit df6ed74303

View File

@ -104,6 +104,7 @@ subprojects {
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.compilerArgs.add("-parameters")
}
}