Initial 1.14.1 support

This commit is contained in:
Mike Primm 2019-05-13 23:40:18 -05:00
parent c42b9115ad
commit 5c535596a3
8 changed files with 630 additions and 0 deletions

View file

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