Skip to content

Commit a37d4a0

Browse files
committed
core: Upgrade to Gradle 6.8.3
1 parent 7eac9c8 commit a37d4a0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
2121

2222
repositories {
2323
mavenLocal()
24-
jcenter()
25-
maven {
26-
url = uri('https://repo.maven.apache.org/maven2/')
27-
}
24+
mavenCentral()
2825
}
2926

3027
dependencies {
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.7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)