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 committed Apr 26, 2021
1 parent 2ff1bb7 commit a987a5f
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 a987a5f

Please # to comment.