Skip to content

Commit

Permalink
fix: removing jvm lint option
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Dec 18, 2024
1 parent df4084e commit 9af03fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ tasks.withType<JavaCompile>().configureEach {
options.encoding = "UTF-8"
options.isFork = true // run compiler in separate JVM process (independent of toolchain setup)
options.compilerArgs.add("-implicit:none")
options.compilerArgs.add("-Xlint:all,-" + deactivatedCompileLintOptions.joinToString(",-"))

doLast {
// Make sure consistent line ending are used in files generated by annotation processors by
Expand Down

0 comments on commit 9af03fb

Please sign in to comment.