Skip to content

Commit 743fa16

Browse files
committed
Update Gradle: 6.8 → 7.0
1 parent 777c452 commit 743fa16

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test {
130130
}
131131

132132
wrapper {
133-
gradleVersion = "6.8"
133+
gradleVersion = "7.0"
134134
distributionType = Wrapper.DistributionType.ALL
135135
}
136136

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-6.8-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
rootProject.name = "liblinear"
2-
3-
enableFeaturePreview('ONE_LOCKFILE_PER_PROJECT')

0 commit comments

Comments
 (0)