modify build

This commit is contained in:
user.email 2024-07-14 12:24:53 +02:00
parent 211cd311f0
commit 97202f0882

View file

@ -58,7 +58,7 @@ tasks.named('test') {
useJUnitPlatform()
}
tasks.register('custom'){
println("changed")
}
tasks.named('custom') {dependsOn('build')