Add 1.16.2 support for Spigot

This commit is contained in:
Mike Primm 2020-08-12 21:40:06 -05:00
parent 14f2e37b2e
commit decc95d35e
9 changed files with 794 additions and 6 deletions

View file

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