move junit platform dep to -server and -api

This commit is contained in:
Jake Potrebic
2024-12-21 15:10:08 -08:00
parent 46c6f497c7
commit 4c6ea8416b
3 changed files with 2 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
dependencies {
mache("io.papermc:mache:1.21.4+build.6")
paperclip("io.papermc:paperclip:3.0.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
paperweight {