Skip to content

Commit

Permalink
Reduce jar sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
xDec0de committed Nov 3, 2024
1 parent 01529c4 commit 3f8077f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platforms/spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repositories {

dependencies {
api(project(":shared"))
api(libs.adventure.serializer.legacy)
api(libs.adventure.serializer.bungee)
implementation(libs.adventure.serializer.legacy)
implementation(libs.adventure.serializer.bungee)
compileOnly(libs.spigot)
}

Expand Down
2 changes: 1 addition & 1 deletion platforms/velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ repositories {

dependencies {
api(project(":shared"))
api(libs.snakeyaml)
implementation(libs.snakeyaml)
compileOnly(libs.velocity)
}

0 comments on commit 3f8077f

Please sign in to comment.