We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eac9c8 commit a37d4a0Copy full SHA for a37d4a0
build.gradle
@@ -21,10 +21,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
21
22
repositories {
23
mavenLocal()
24
- jcenter()
25
- maven {
26
- url = uri('https://repo.maven.apache.org/maven2/')
27
- }
+ mavenCentral()
28
}
29
30
dependencies {
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments