Clean up version and build for Forge

This commit is contained in:
Mike Primm 2018-09-03 19:09:37 -05:00
parent 179bf0098e
commit a7b2825e4c
10 changed files with 20 additions and 13 deletions

View file

@ -2,7 +2,7 @@
description = 'bukkit-helper'
dependencies {
compile project(path: ':dynmap-api', configuration: 'shadow')
compile project(':dynmap-api')
compile project(path: ':DynmapCore', configuration: 'shadow')
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'