This commit is contained in:
Anthony Stirling
2024-01-13 00:55:43 +00:00
parent c4ad442ec3
commit d8cf7e81b9
3 changed files with 6 additions and 11 deletions

View File

@@ -165,7 +165,7 @@ tasks.withType(JavaCompile) {
dependsOn 'spotlessApply'
}
compileJava {
options.compilerArgs << ' -parameters'
options.compilerArgs << '-parameters'
}
task writeVersion {