Initial building/running Spigot 1.17 code... still very incomplete

This commit is contained in:
Mike Primm 2021-06-11 21:59:04 -05:00
parent c93723ef9f
commit 9dd316b852
7 changed files with 867 additions and 0 deletions

View file

@ -0,0 +1,10 @@
description = 'bukkit-helper-1.17'
dependencies {
compile project(':bukkit-helper')
compile project(':dynmap-api')
compile project(path: ':DynmapCore', configuration: 'shadow')
compile group: 'org.spigotmc', name: 'spigot-api', version:'1.17-R0.1-SNAPSHOT'
compile group: 'org.spigotmc', name: 'spigot', version:'1.17-R0.1-SNAPSHOT'
}