Compile with parameter names
Closes gh-10240
This commit is contained in:
@@ -104,6 +104,7 @@ subprojects {
|
||||
}
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
options.compilerArgs.add("-parameters")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user