mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Clean up jar file classes a bit
This commit is contained in:
parent
7474d2c745
commit
323394d2b5
4 changed files with 38 additions and 3 deletions
|
@ -24,6 +24,11 @@ tasks {
|
|||
exclude(dependency(string))
|
||||
}
|
||||
}
|
||||
|
||||
sJar.dependencies {
|
||||
exclude(dependency("org.checkerframework:checker-qual:.*"))
|
||||
exclude(dependency("org.jetbrains:annotations:.*"))
|
||||
}
|
||||
}
|
||||
}
|
||||
named("build") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue