We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de510ad commit d336a97Copy full SHA for d336a97
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt
@@ -488,6 +488,7 @@ abstract class BasePluginTest {
488
assertThat(output).doesNotContain(
489
"has been deprecated and is scheduled to be removed in Gradle",
490
"has been deprecated. This is scheduled to be removed in Gradle",
491
+ "will fail with an error in Gradle",
492
)
493
}
494
0 commit comments