Skip to content

Commit

Permalink
Improved compatibility test
Browse files Browse the repository at this point in the history
Relates #716
  • Loading branch information
shanshin committed Jan 6, 2025
1 parent 2342c07 commit 8e47a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class CompatibilityTests {
sourcesFrom("simple")
}

run("test") {
run("test", "--warning-mode", "all") {
assertFalse(output.contains("Deprecated Gradle features were used in this build"), "There should be no deprecated Gradle features")
}

Expand Down

0 comments on commit 8e47a67

Please sign in to comment.