Skip to content

Commit 133ac3d

Browse files
committed
Revert "Upgrade Gradle 4.10.2 -> 5.2"
Gradle 5.2 is not compatible with Java 1.7 This reverts commit 3626acd.
1 parent 9f7b8fa commit 133ac3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
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-5.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
enableFeaturePreview('STABLE_PUBLISHING')
2+
13
include 'hamcrest',
24
'hamcrest-core',
35
'hamcrest-library',

0 commit comments

Comments
 (0)