Add Spigot 1.16.3 support
This commit is contained in:
parent
7671c1f0df
commit
763ca9a69c
6 changed files with 786 additions and 1 deletions
11
bukkit-helper-116-3/build.gradle
Normal file
11
bukkit-helper-116-3/build.gradle
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
description = 'bukkit-helper-1.16.3'
|
||||
|
||||
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.3-R0.1-SNAPSHOT'
|
||||
compile group: 'org.spigotmc', name: 'spigot', version:'1.16.3-R0.1-SNAPSHOT'
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue