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:
@@ -24,6 +24,11 @@ tasks {
|
||||
exclude(dependency(string))
|
||||
}
|
||||
}
|
||||
|
||||
sJar.dependencies {
|
||||
exclude(dependency("org.checkerframework:checker-qual:.*"))
|
||||
exclude(dependency("org.jetbrains:annotations:.*"))
|
||||
}
|
||||
}
|
||||
}
|
||||
named("build") {
|
||||
|
||||
Reference in New Issue
Block a user