Shift old spigot/paper support to dynamic load to handle pedantic Paper
loader
This commit is contained in:
parent
105d4f1b62
commit
b310a57b64
15 changed files with 81 additions and 35 deletions
|
|
@ -8,6 +8,8 @@ eclipse {
|
|||
|
||||
description = "dynmap-api"
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||
|
||||
dependencies {
|
||||
compileOnly group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
compileOnly project(":DynmapCoreAPI")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue