Skip to content

Commit

Permalink
exclude checkerframework
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Jun 16, 2024
1 parent 4f65ded commit 1e313ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ 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 1e313ba

Please sign in to comment.