Updated bukkit/spigot build for minecraft 1.16.4

This commit is contained in:
Thomas Janssen 2020-11-03 21:49:40 +01:00
parent 487ced7018
commit 5a0314e17c
7 changed files with 799 additions and 45 deletions

View file

@ -0,0 +1,10 @@
description = 'bukkit-helper-1.16.4'
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.4-R0.1-SNAPSHOT'
compile group: 'org.spigotmc', name: 'spigot', version:'1.16.4-R0.1-SNAPSHOT'
}