Get build clean with retired components
This commit is contained in:
parent
a571621e56
commit
1a1e25f9d7
2 changed files with 0 additions and 18 deletions
|
|
@ -1,9 +1,6 @@
|
||||||
rootProject.name = 'dynmap-common'
|
rootProject.name = 'dynmap-common'
|
||||||
include ':spigot'
|
include ':spigot'
|
||||||
include ':bukkit-helper-113'
|
|
||||||
include ':bukkit-helper-113-1'
|
|
||||||
include ':bukkit-helper-113-2'
|
include ':bukkit-helper-113-2'
|
||||||
include ':bukkit-helper-114'
|
|
||||||
include ':bukkit-helper-114-1'
|
include ':bukkit-helper-114-1'
|
||||||
include ':bukkit-helper-115'
|
include ':bukkit-helper-115'
|
||||||
include ':bukkit-helper'
|
include ':bukkit-helper'
|
||||||
|
|
@ -19,10 +16,7 @@ include ':forge-1.9.4'
|
||||||
include ':forge-1.8.9'
|
include ':forge-1.8.9'
|
||||||
|
|
||||||
project(':spigot').projectDir = "$rootDir/spigot" as File
|
project(':spigot').projectDir = "$rootDir/spigot" as File
|
||||||
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
|
|
||||||
project(':bukkit-helper-113-1').projectDir = "$rootDir/bukkit-helper-113-1" as File
|
|
||||||
project(':bukkit-helper-113-2').projectDir = "$rootDir/bukkit-helper-113-2" as File
|
project(':bukkit-helper-113-2').projectDir = "$rootDir/bukkit-helper-113-2" as File
|
||||||
project(':bukkit-helper-114').projectDir = "$rootDir/bukkit-helper-114" as File
|
|
||||||
project(':bukkit-helper-114-1').projectDir = "$rootDir/bukkit-helper-114-1" as File
|
project(':bukkit-helper-114-1').projectDir = "$rootDir/bukkit-helper-114-1" as File
|
||||||
project(':bukkit-helper-115').projectDir = "$rootDir/bukkit-helper-115" as File
|
project(':bukkit-helper-115').projectDir = "$rootDir/bukkit-helper-115" as File
|
||||||
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
|
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
|
||||||
|
|
|
||||||
|
|
@ -23,18 +23,9 @@ dependencies {
|
||||||
compile group: 'com.googlecode.json-simple', name: 'json-simple', version:'1.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 group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||||
compile project(':bukkit-helper')
|
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')) {
|
implementation(project(':bukkit-helper-113-2')) {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
implementation(project(':bukkit-helper-114')) {
|
|
||||||
transitive = false
|
|
||||||
}
|
|
||||||
implementation(project(':bukkit-helper-114-1')) {
|
implementation(project(':bukkit-helper-114-1')) {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
|
|
@ -65,10 +56,7 @@ shadowJar {
|
||||||
include(dependency(':dynmap-api'))
|
include(dependency(':dynmap-api'))
|
||||||
include(dependency(":DynmapCore"))
|
include(dependency(":DynmapCore"))
|
||||||
include(dependency(':bukkit-helper'))
|
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-113-2'))
|
||||||
include(dependency(':bukkit-helper-114'))
|
|
||||||
include(dependency(':bukkit-helper-114-1'))
|
include(dependency(':bukkit-helper-114-1'))
|
||||||
include(dependency(':bukkit-helper-115'))
|
include(dependency(':bukkit-helper-115'))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue