Start spigot 1.14 support
This commit is contained in:
parent
b3cc6dab16
commit
71f6b3dfe8
7 changed files with 302 additions and 0 deletions
10
bukkit-helper-114/build.gradle
Normal file
10
bukkit-helper-114/build.gradle
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
description = 'bukkit-helper-1.14'
|
||||
|
||||
dependencies {
|
||||
compile project(':bukkit-helper')
|
||||
compile project(':dynmap-api')
|
||||
compile project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.14-R0.1-SNAPSHOT'
|
||||
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.14-R0.1-SNAPSHOT'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue