build: Switch to managed dependencies

This commit is contained in:
Alexander Brandes
2022-06-06 12:46:22 +02:00
parent 0a32268784
commit dd48069756
3 changed files with 7 additions and 5 deletions

View File

@ -18,6 +18,7 @@ repositories {
}
dependencies {
implementation(platform("com.intellectualsites:bom:1.0.0-SNAPSHOT"))
api(projects.plotSquaredCore)
// Metrics
@ -52,7 +53,7 @@ dependencies {
implementation(libs.paster)
// Adventure
implementation(libs.adventurePlatformBukkit)
implementation("net.kyori:adventure-platform-bukkit")
}
tasks.processResources {