Cleanup dependencies

This commit is contained in:
Alexander Brandes
2023-08-08 22:33:24 +02:00
parent dc04ec955a
commit d4c90283d6
5 changed files with 64 additions and 27 deletions

View File

@ -17,7 +17,7 @@ plugins {
eclipse
idea
id("xyz.jpenilla.run-paper") version "2.1.0"
alias(libs.plugins.runPaper)
}
group = "com.intellectualsites.plotsquared"
@ -76,10 +76,6 @@ subprojects {
plugin<IdeaPlugin>()
}
dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.34"))
}
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")