Skip to content

Commit

Permalink
Make sure plugin settings are configured when running run_all_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Aug 29, 2023
1 parent 9f56a35 commit 53a20ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ tasks {
}

val run_all_tests by registering(TestLanguages::class) {
dependsOn(configureJava)
description = "Will execute all tests from command line"
script = "$buildDir/scripts/build-all-tests.xml"
doLast {
Expand Down

0 comments on commit 53a20ef

Please sign in to comment.