Skip to content

Commit

Permalink
Fix excluded artifact, try to minimize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Sep 1, 2023
1 parent 7f2a7a9 commit 16052ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ application {
}

shadowJar {
minimize()
dependencies {
exclude(dependency('org.checkerframework:checker'))
// Minimize does not remove the annotated JDK, properties, and astub files
exclude(dependency('io.github.eisop:checker'))
}
}

Expand Down

0 comments on commit 16052ee

Please sign in to comment.