Skip to content

Commit

Permalink
Sunset JCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed May 7, 2021
1 parent 61d1b27 commit 7825dcf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import proguard.gradle.ProGuardTask
buildscript {
repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down
6 changes: 0 additions & 6 deletions buildSrc/src/main/kotlin/configurations/Languages.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ object Languages {
fun Project.attachRemoteRepositories() {
repositories {
mavenCentral()
jcenter()
}
}

fun Project.attachRepositories() {
attachLocalRepositories()
attachRemoteRepositories()
}
}

0 comments on commit 7825dcf

Please sign in to comment.