Skip to content

Commit

Permalink
chore: plugin reverted from Gradle 7.x to Gradle 6.x to keep backward…
Browse files Browse the repository at this point in the history
… compatibility
  • Loading branch information
augi committed Aug 2, 2021
1 parent a919823 commit 0e0da0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation gradleApi()
implementation 'org.yaml:snakeyaml:1.29'
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
testImplementation 'org.spockframework:spock-core:2.0-groovy-2.5'
}

test {
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-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0e0da0b

Please sign in to comment.