Skip to content

Commit 327bc7f

Browse files
committed
Upgrade Gradle wrapper to version 7.5.
1 parent 0ae9cf1 commit 327bc7f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
3+
distributionSha256Sum=cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ include 'metafix'
22
include 'metafix-ide'
33
include 'metafix-runner'
44
include 'metafix-web'
5+
6+
enableFeaturePreview 'STABLE_CONFIGURATION_CACHE'

0 commit comments

Comments
 (0)