Skip to content

Commit 0e0da0b

Browse files
committed
chore: plugin reverted from Gradle 7.x to Gradle 6.x to keep backward compatibility
1 parent a919823 commit 0e0da0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation gradleApi()
2424
implementation 'org.yaml:snakeyaml:1.29'
2525
testImplementation gradleTestKit()
26-
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
26+
testImplementation 'org.spockframework:spock-core:2.0-groovy-2.5'
2727
}
2828

2929
test {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)