mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-30 12:44:44 +02:00
build: Switch to managed dependencies
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user