1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-20 07:19:29 +00:00

Clean up jar file classes a bit

This commit is contained in:
Camotoy
2023-03-22 11:10:04 -04:00
parent 7474d2c745
commit 323394d2b5
4 changed files with 38 additions and 3 deletions

View File

@@ -24,6 +24,11 @@ tasks {
exclude(dependency(string))
}
}
sJar.dependencies {
exclude(dependency("org.checkerframework:checker-qual:.*"))
exclude(dependency("org.jetbrains:annotations:.*"))
}
}
}
named("build") {