File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ buildscript {
2
2
ext. kotlin_version = " 1.6.10"
3
3
4
4
repositories {
5
- maven { url(" https://cache-redirector.jetbrains.com/repo1.maven.org/maven2" ) }
6
- maven { url(" https://cache-redirector.jetbrains.com/plugins.gradle.org/m2" ) }
7
-
8
- // In case of issues with cache redirector:
9
- // mavenCentral()
5
+ maven { url(" https://repo1.maven.org/maven2" ) }
6
+ maven { url(" https://plugins.gradle.org/m2" ) }
10
7
}
11
8
12
9
dependencies {
@@ -23,11 +20,8 @@ compileKotlin { kotlinOptions.jvmTarget = sourceCompatibility }
23
20
compileTestKotlin { kotlinOptions. jvmTarget = sourceCompatibility }
24
21
25
22
repositories {
26
- maven { url(" https://cache-redirector.jetbrains.com/repo1.maven.org/maven2" ) }
27
- maven { url(" https://cache-redirector.jetbrains.com/plugins.gradle.org/m2" ) }
28
-
29
- // In case of issues with cache redirector:
30
- // mavenCentral()
23
+ maven { url(" https://repo1.maven.org/maven2" ) }
24
+ maven { url(" https://plugins.gradle.org/m2" ) }
31
25
}
32
26
33
27
/**
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://cache-redirector.jetbrains.com/ services.gradle.org/distributions/gradle-6.8-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8-all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments