Skip to content

Commit

Permalink
revert removing checker
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Jun 16, 2024
1 parent 1e313ba commit 565d074
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ tasks.withType(JavaCompile) {
tasks.withType(Jar) {
exclude 'org/tomlj/TomlCommand.class'
exclude 'org/antlr/v4/runtime/misc/TestRig.class'
exclude { FileTreeElement details ->
details.file.path.contains("checkerframework") && details.file.name != "Nullable.class"
}
}

test {
Expand Down

0 comments on commit 565d074

Please sign in to comment.