Skip to content

Commit

Permalink
Bump gradle version to 6.7 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode authored Oct 18, 2020
1 parent 7fdbe03 commit 434443a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType(Test::class.java).configureEach {

tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
gradleVersion = "6.7-rc-3"
gradleVersion = "6.7"
}

buildScan {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ConfigurationCacheTest {
.forwardOutput()
.withArguments("assemble", "--configuration-cache")
.withProjectDir(testProjectRoot.root)
.withGradleVersion("6.6")
.withGradleVersion("6.7")
.withPluginClasspath()

val result = runner.build()
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.7-rc-3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 434443a

Please sign in to comment.