Update gradle (#4044)

* Update gradle

* Update codeQL

* *
This commit is contained in:
Alexander Brandes
2023-06-04 13:57:39 +02:00
committed by GitHub
parent c01f5f5c7d
commit 7c3112f30f
6 changed files with 14 additions and 7 deletions

View File

@ -62,6 +62,7 @@ tasks.processResources {
}
tasks.named<ShadowJar>("shadowJar") {
dependsOn(":PlotSquared-Core:shadowJar")
dependencies {
exclude(dependency("org.checkerframework:"))
}