Skip to content

Commit

Permalink
MCUtils-Spigot: 750KB -> 724KB
Browse files Browse the repository at this point in the history
Still pretty heavy, I'll try to reduce it further but at this point it's getting hard to do so
  • Loading branch information
xDec0de committed Nov 3, 2024
1 parent 974baf1 commit 4c865ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions platforms/spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ repositories {

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

configurations {
runtimeOnly {
exclude("net.kyori", "option")
exclude("org.jetbrains")
exclude("org.intellij")
}
}

tasks {
// 1.8.8 - 1.16.5 = Java 8
// 1.17 = Java 16
Expand Down

0 comments on commit 4c865ab

Please sign in to comment.