Skip to content

Commit

Permalink
Don't include jetbrains annotations in shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed May 23, 2024
1 parent 194d7be commit 965c57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ tasks {
dependencies {
exclude(dependency("org.slf4j:slf4j-api"))
exclude(dependency("org.xerial:sqlite-jdbc"))
exclude(dependency("org.jetbrains:annotations"))
}

relocate("com.zaxxer", "claimchunk.dependency.com.zaxxer")
Expand Down

0 comments on commit 965c57b

Please sign in to comment.