Get build clean with retired components

This commit is contained in:
Mike Primm 2020-05-16 16:17:32 -05:00
parent a571621e56
commit 1a1e25f9d7
2 changed files with 0 additions and 18 deletions

View file

@ -23,18 +23,9 @@ dependencies {
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(':bukkit-helper')
implementation(project(':bukkit-helper-113')) {
transitive = false
}
implementation(project(':bukkit-helper-113-1')) {
transitive = false
}
implementation(project(':bukkit-helper-113-2')) {
transitive = false
}
implementation(project(':bukkit-helper-114')) {
transitive = false
}
implementation(project(':bukkit-helper-114-1')) {
transitive = false
}
@ -65,10 +56,7 @@ shadowJar {
include(dependency(':dynmap-api'))
include(dependency(":DynmapCore"))
include(dependency(':bukkit-helper'))
include(dependency(':bukkit-helper-113'))
include(dependency(':bukkit-helper-113-1'))
include(dependency(':bukkit-helper-113-2'))
include(dependency(':bukkit-helper-114'))
include(dependency(':bukkit-helper-114-1'))
include(dependency(':bukkit-helper-115'))
}