Build updates

This commit is contained in:
Jason Penilla
2024-12-06 14:46:41 -07:00
committed by Nassim Jahnke
parent fe6dbf0377
commit 9368da77a9
5 changed files with 34 additions and 13 deletions

View File

@ -21,6 +21,15 @@ subprojects {
languageVersion = JavaLanguageVersion.of(21)
}
}
dependencies {
"testRuntimeOnly"("org.junit.platform:junit-platform-launcher")
}
tasks.withType<AbstractArchiveTask>().configureEach {
isPreserveFileTimestamps = false
isReproducibleFileOrder = true
}
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"