Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Remove some of bintray usages
Browse files Browse the repository at this point in the history
  • Loading branch information
SvyatoslavScherbina committed Apr 12, 2021
1 parent 927a1ec commit 0027d86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
6 changes: 2 additions & 4 deletions build-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ repositories {
maven(buildKotlinCompilerRepo)
maven("https://cache-redirector.jetbrains.com/maven-central")
mavenCentral()
maven("https://kotlin.bintray.com/kotlinx")
maven("https://dl.bintray.com/kotlin/kotlin-dev")
maven("https://cache-redirector.jetbrains.com/jcenter")
jcenter()
maven("https://plugins.gradle.org/m2/")
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
}

dependencies {
Expand Down
14 changes: 4 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ buildscript {

repositories {
maven { url kotlinCompilerRepo }
maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://cache-redirector.jetbrains.com/maven-central" }
mavenCentral()
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "https://cache-redirector.jetbrains.com/jcenter" }
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies" }
}

dependencies {
Expand Down Expand Up @@ -101,11 +99,7 @@ ext {
allprojects {
buildscript {
repositories {
maven {
url 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies" }
}
}
if (path != ":dependencies") {
Expand All @@ -124,7 +118,7 @@ allprojects {
url kotlinCompilerRepo
}
maven {
url "https://dl.bintray.com/kotlin/kotlin-dev"
url "https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies"
}
}

Expand Down
2 changes: 1 addition & 1 deletion platformLibs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
url kotlinCompilerRepo
}
maven {
url "https://kotlin.bintray.com/kotlinx"
url "https://plugins.gradle.org/m2/"
}
}

Expand Down

0 comments on commit 0027d86

Please sign in to comment.