bring back bukkit scheduler for mockbukkit

also other mockbukkit fixes
This commit is contained in:
alexcrea 2025-07-09 13:35:08 +02:00
parent 2f2923e910
commit ee569ed7de
Signed by: alexcrea
GPG key ID: E346CD16413450E3
8 changed files with 78 additions and 20 deletions

View file

@ -129,6 +129,11 @@ allprojects {
}
// Stupid paperweight workaround
paperweight {
addServerDependencyTo = configurations.named(JavaPlugin.COMPILE_ONLY_CONFIGURATION_NAME).map { setOf(it) }
}
tasks {
// Online jar (use of libraries)