Skip to content

Commit

Permalink
Upgrade to Gradle 7 (detekt#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
chao2zhang authored and Chao Zhang committed May 13, 2021
1 parent 0e3f0cf commit 278b6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ internal class CreateBaselineTaskDslTest : Spek({
.build()

gradleRunner.runTasksAndExpectFailure("detektBaseline") { result ->
assertThat(result.output).contains("No value has been specified for property 'baseline'")
assertThat(result.output).contains("property 'baseline' doesn't have a configured value")
assertThat(projectFile(baselineFilename)).doesNotExist()
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 278b6d8

Please sign in to comment.