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

@ -4,7 +4,7 @@ description = 'dynmap'
dependencies {
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
compile 'com.nijikokun.bukkit:Permissions:3.1.6'
compile project(path: ":dynmap-api", configuration: "shadow")
compile project(":dynmap-api")
compile project(path: ":DynmapCore", configuration: "shadow")
compile group: 'ru.tehkode', name: 'PermissionsEx', version:'1.19.1'
compile group: 'de.bananaco', name: 'bPermissions', version:'2.9.1'