Skip to content

Commit

Permalink
Configure inside clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
mizosoft committed May 21, 2024
1 parent 5a772a1 commit ea1fc23
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ checkerFramework {
}

tasks.withType<JavaCompile> {
options.errorprone.isEnabled = project.enableErrorprone

options.errorprone {
isEnabled = project.enableErrorprone
nullaway {
annotatedPackages.add("com.github.mizosoft.methanol")
checkOptionalEmptiness = true
Expand Down

0 comments on commit ea1fc23

Please sign in to comment.