Skip to content

Commit

Permalink
fix(sponge): add 1.21.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Jan 20, 2025
1 parent f537c3a commit 8c7baa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ tasks {
relocate("org.slf4j", "$reloc.slf4j")
relocate("io.netty", "$reloc.netty")
relocate("com.google.gson", "$reloc.gson")
relocate("com.google.errorprone", "$reloc.errorprone")

exclude("GradleStart**")
exclude(".cache");
Expand Down

0 comments on commit 8c7baa6

Please sign in to comment.