Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 3017084

Browse files
authored
chore(build): gradle 6.5 (#162)
1 parent 3124a65 commit 3017084

File tree

2 files changed

+3
-1
lines changed

2 files changed

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

settings.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
}
77
}
88

9+
enableFeaturePreview("VERSION_ORDERING_V2")
10+
911
include(
1012
"keiko-core",
1113
"keiko-mem",

0 commit comments

Comments
 (0)