Skip to content

Commit

Permalink
Change assemble task to build
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored and mergify-bot committed Apr 26, 2021
1 parent 4cbc627 commit b36199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tasks.register("integrationTests") {
}

tasks.withType<Test> {
dependsOn(":test_runner:assemble")
dependsOn(":test_runner:build")
}

val compileTestKotlin: KotlinCompile by tasks
Expand Down

0 comments on commit b36199c

Please # to comment.