Cleanup directory structure

This commit is contained in:
Mike Primm 2018-08-11 23:27:52 -05:00
parent ef3a8c356c
commit e4d0261a07
26 changed files with 11 additions and 11 deletions

View file

@ -13,8 +13,8 @@ dependencies {
compile group: 'org.bstats', name: 'bstats-bukkit', version:'1.1'
compile group: 'com.googlecode.json-simple', name: 'json-simple', version:'1.1.1'
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
compile project(':dynmap-helper')
implementation(project(':dynmap-helper-113')) {
compile project(':bukkit-helper')
implementation(project(':bukkit-helper-113')) {
transitive = false
}
}
@ -40,8 +40,8 @@ shadowJar {
include(dependency('org.bstats::'))
include(dependency('us.dynmap:dynmap-api:'))
include(dependency('us.dynmap:DynmapCore:'))
include(dependency(':dynmap-helper'))
include(dependency(':dynmap-helper-113'))
include(dependency(':bukkit-helper'))
include(dependency(':bukkit-helper-113'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'