mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
bring back bukkit scheduler for mockbukkit
also other mockbukkit fixes
This commit is contained in:
parent
2f2923e910
commit
ee569ed7de
8 changed files with 78 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue