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 25, 2021
1 parent c7fed98 commit 1962bab
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 1962bab

Please # to comment.