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

@ -2,7 +2,7 @@ arguments=
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(6.3))
connection.project.dir=..
connection.project.dir=../bukkit-helper-119-4
eclipse.preferences.version=1
gradle.user.home=
java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home

View file

@ -1,5 +1,5 @@
#
#Tue Jun 20 20:08:06 CDT 2023
#Sat Aug 19 16:59:43 CDT 2023
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.nullReference=warning
eclipse.preferences.version=1

View file

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