Add initial 1.13.1 support - keep 1.13 support for now

This commit is contained in:
Mike Primm 2018-08-26 16:48:29 -05:00
parent bcd4cb02be
commit dc09243303
9 changed files with 298 additions and 21 deletions

View file

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