Skip to content

Commit

Permalink
Update tests/konsist/build.gradle.kts
Browse files Browse the repository at this point in the history
Co-authored-by: Benoit Marty <benoit@matrix.org>
  • Loading branch information
jmartinesp and bmarty authored Oct 18, 2023
1 parent 5b404c2 commit 5858b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/konsist/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {

// Make sure Konsist tests are always run. This is needed because otherwise we'd have to either:
// - Add every single module as a dependency of this one.
// - Move the Konsist tests to a the app module, which was causing issues.
// - Move the Konsist tests to the `app` module, but the `app` module does not need to know about Konsist.
tasks.withType<Test>().configureEach {
outputs.upToDateWhen { false }
}

0 comments on commit 5858b43

Please sign in to comment.