chore: Remove checkerframework from gradle libs

Closes #3700
This commit is contained in:
Alexander Brandes 2022-06-20 10:43:43 +02:00
parent 6a54328f7d
commit 9ac8d38bab
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
[versions]
# Platform expectations
paper = "1.18.1-R0.1-SNAPSHOT"
checker-qual = "3.22.0"
guice = "5.1.0"
spotbugs = "4.7.0"
@ -29,7 +28,6 @@ nexus = "1.1.0"
[libraries]
# Platform expectations
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
checkerqual = { group = "org.checkerframework", name = "checker-qual", version.ref = "checker-qual" }
# Platform expectations
guice = { group = "com.google.inject", name = "guice", version.ref = "guice" }