Skip to content

Commit b26a386

Browse files
committed
build ziti binary for integration test
1 parent 997e9ec commit b26a386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ziti/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ tasks.register("start-quickstart") {
199199
}
200200
}
201201
}
202-
dependsOn("integrationTestClasses")
202+
dependsOn("integrationTestClasses", "buildZiti")
203203
}
204204

205205
tasks.register("stop-quickstart") {

0 commit comments

Comments
 (0)