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
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
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") {