Skip to content

Commit d336a97

Browse files
authored
Assert build info like "will fail with an error in Gradle" (#1654)
1 parent de510ad commit d336a97

File tree

1 file changed

+1
-0
lines changed
  • src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow

1 file changed

+1
-0
lines changed

src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ abstract class BasePluginTest {
488488
assertThat(output).doesNotContain(
489489
"has been deprecated and is scheduled to be removed in Gradle",
490490
"has been deprecated. This is scheduled to be removed in Gradle",
491+
"will fail with an error in Gradle",
491492
)
492493
}
493494

0 commit comments

Comments
 (0)