mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Upgrade to Gradle 7 (#3689)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user