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

@ -25,10 +25,6 @@ subprojects {
}
}
dependencies {
"testRuntimeOnly"("org.junit.platform:junit-platform-launcher")
}
tasks.withType<AbstractArchiveTask>().configureEach {
isPreserveFileTimestamps = false
isReproducibleFileOrder = true