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 0d18098872
commit be958462e4
Signed by: alexcrea
GPG key ID: E346CD16413450E3
8 changed files with 78 additions and 20 deletions

View file

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