[ci skip] build: Switch to bom (#1778)

* build: Switch to bom

* chore: Use javax over checkerframework
This commit is contained in:
Alexander Brandes
2022-06-10 01:26:48 +02:00
committed by GitHub
parent d7d43869e6
commit c5a50179f2
10 changed files with 47 additions and 57 deletions

View File

@ -23,5 +23,5 @@ configurations.all {
dependencies {
paperDevBundle("1.17.1-R0.1-20220414.034903-210")
compileOnly(libs.paperlib)
compileOnly("io.papermc:paperlib")
}