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 b903cfc5a6
commit a30406e2a7
15 changed files with 81 additions and 35 deletions

View file

@ -16,6 +16,8 @@ repositories {
}
}
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
dependencies {
implementation('org.bukkit:bukkit:1.10.2-R0.1-SNAPSHOT') { transitive = false }
compileOnly('com.nijikokun.bukkit:Permissions:3.1.6') { transitive = false }