fix: forEach is cringe

This commit is contained in:
TopchetoEU 2025-01-22 20:21:32 +02:00
parent 343684f9ce
commit 6355a48c6b
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

View File

@ -11,7 +11,7 @@ tasks.wrapper {
}
tasks.build {
subprojects.forEach { proj ->
for (proj in subprojects) {
dependsOn(proj.tasks.named("build"));
doLast {
copy {