Shift old spigot/paper support to dynamic load to handle pedantic Paper

loader
This commit is contained in:
Michael Primm 2023-08-20 14:38:38 -05:00
parent 105d4f1b62
commit b310a57b64
15 changed files with 81 additions and 35 deletions

View file

@ -6,6 +6,8 @@ eclipse {
description = 'bukkit-helper-1.16'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')