mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-05 01:46:53 +00:00
Migrate Sponge, Libs to Kotlin DSL
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
tasks.register("build") {
|
||||
dependsOn(subprojects.collect { it.tasks.named("build") })
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
tasks.register("build") {
|
||||
dependsOn(subprojects.map { it.tasks.named("build") })
|
||||
}
|
||||
Reference in New Issue
Block a user