Get CI running again.

This commit is contained in:
Michael Lipp 2023-08-19 15:29:59 +02:00
parent 6c98438fc5
commit 9b46cfa8bb

View file

@ -80,7 +80,9 @@ task pushImages {
test { test {
enabled = project.hasProperty("k8s.testCluster") enabled = project.hasProperty("k8s.testCluster")
dependsOn project.tasks["pushImages"] if (enabled) {
dependsOn project.tasks["pushImages"]
}
useJUnitPlatform() useJUnitPlatform()