[CI] Fix ci not running function ITs (0.2.x)

- Make integrationTest depend on downloadRabbitConnector
This commit is contained in:
Chris Bono
2023-04-29 22:18:07 -05:00
parent dbd1b69e08
commit 0452a06e11

View File

@@ -56,5 +56,5 @@ task downloadRabbitConnector {
}
project.afterEvaluate {
compileTestJava.dependsOn downloadRabbitConnector
integrationTest.dependsOn downloadRabbitConnector
}