Skip to content

Commit

Permalink
chore: update compat checks in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John Engelman committed Feb 25, 2023
1 parent 7831182 commit 88a38b9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ class ShadowPluginSpec extends PluginSpecification {
assert output.exists()

where:
version << ['7.0']
version << ['8.0']
}

def 'Error in Gradle versions < 7.0'() {
def 'Error in Gradle versions < 8.0'() {
given:
GradleRunner versionRunner = GradleRunner.create()
.withGradleVersion('6.9')
.withGradleVersion('7.0')
.withArguments('--stacktrace')
.withProjectDir(dir.root)
.forwardOutput()
Expand Down

0 comments on commit 88a38b9

Please sign in to comment.