Shift old spigot/paper support to dynamic load to handle pedantic Paper
loader
This commit is contained in:
parent
b903cfc5a6
commit
a30406e2a7
15 changed files with 81 additions and 35 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue