cleanup build script

This commit is contained in:
Jesse Boyd
2019-07-17 19:43:14 +10:00
parent 2da3367f3d
commit 08dead5a86
10 changed files with 142 additions and 134 deletions

View File

@ -91,7 +91,7 @@ configure(subprojects + project("core:ap")) {
def textExtrasVersion = "3.0.2"
project("core") {
def textVersion = "3.0.1"
def pistonVersion = '0.4.1'
def pistonVersion = '0.4.2'
dependencies {
shade "net.kyori:text-api:$textVersion"
@ -126,7 +126,8 @@ project("bukkit") {
shade "net.kyori:text-adapter-bukkit:$textExtrasVersion"
}
}
/*project("sponge") {
/*
project("sponge") {
repositories {
maven {
name = "Sponge"
@ -136,7 +137,8 @@ project("bukkit") {
dependencies {
shade "net.kyori:text-adapter-spongeapi:$textExtrasVersion"
}
}*/
}
*/
tasks.register("build") {
dependsOn(subprojects.collect { it.tasks.named("build") })