chore: Replace paper reference in favor of bom

This commit is contained in:
Alexander Brandes 2022-10-15 16:04:30 +02:00
parent 9f3850000c
commit e0762f63a8
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 1 additions and 5 deletions

View File

@ -24,7 +24,7 @@ dependencies {
implementation("org.bstats:bstats-bukkit")
// Paper
compileOnly(libs.paper)
compileOnly("io.papermc.paper:paper-api")
implementation("io.papermc:paperlib")
// Plugins

View File

@ -1,6 +1,5 @@
[versions]
# Platform expectations
paper = "1.18.1-R0.1-SNAPSHOT"
guice = "5.1.0"
spotbugs = "4.7.2"
@ -26,9 +25,6 @@ licenser = "0.6.1"
nexus = "1.1.0"
[libraries]
# Platform expectations
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
# Platform expectations
guice = { group = "com.google.inject", name = "guice", version.ref = "guice" }
guiceassistedinject = { group = "com.google.inject.extensions", name = "guice-assistedinject", version.ref = "guice" }