Skip to content

Commit 8e47a67

Browse files
committed
Improved compatibility test
Relates #716
1 parent 2342c07 commit 8e47a67

File tree

1 file changed

+1
-1
lines changed
  • kover-gradle-plugin/src/functionalTest/kotlin/kotlinx/kover/gradle/plugin/test/functional/cases

1 file changed

+1
-1
lines changed

kover-gradle-plugin/src/functionalTest/kotlin/kotlinx/kover/gradle/plugin/test/functional/cases/CompatibilityTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class CompatibilityTests {
1616
sourcesFrom("simple")
1717
}
1818

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

0 commit comments

Comments
 (0)