Skip to content

Commit

Permalink
Merge pull request #1673 from GrzegorzBobryk/maintenance/jcenter_removal
Browse files Browse the repository at this point in the history
[maintenance] jcenter removal
  • Loading branch information
arnaudgiuliani authored Nov 16, 2023
2 parents a9da4c6 + 766490f commit a74ba94
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ allprojects {
jvmTarget = '1.8'
}
}
}
}
4 changes: 1 addition & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
mavenLocal()
mavenCentral()
google()
jcenter()
}
dependencies {
// Kotlin
Expand All @@ -28,7 +27,6 @@ allprojects {
mavenLocal()
mavenCentral()
google()
jcenter()
}

group = 'io.insert-koin'
Expand All @@ -42,4 +40,4 @@ allprojects {
classifier = 'javadoc'
from dokkaJavadoc
}
}
}
2 changes: 1 addition & 1 deletion examples/androidx-samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ dependencies {
implementation "io.insert-koin:koin-androidx-navigation"
testImplementation "io.insert-koin:koin-test-junit4"
testImplementation "io.insert-koin:koin-android-test"
}
}
2 changes: 1 addition & 1 deletion examples/coffee-maker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies {
testImplementation "io.insert-koin:koin-test-junit4:$koin_version"
testImplementation "junit:junit:$junit_version"
testImplementation "io.mockk:mockk:$mockk_version"
}
}
4 changes: 1 addition & 3 deletions ktor/examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
// Kotlin
Expand All @@ -22,6 +21,5 @@ allprojects {
mavenLocal()
mavenCentral()
google()
jcenter()
}
}
}
3 changes: 1 addition & 2 deletions ktor/examples/multimodule-ktor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ subprojects {

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://dl.bintray.com/kotlin/kotlinx" }
maven { url "https://dl.bintray.com/kotlin/ktor" }
}

}
}
5 changes: 2 additions & 3 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

repositories {
google()
jcenter()
gradlePluginPortal()
}
dependencies {
// Kotlin
Expand All @@ -24,7 +24,6 @@ allprojects {
repositories {
mavenLocal()
google()
jcenter()
}

group = 'io.insert-koin'
Expand All @@ -38,4 +37,4 @@ allprojects {
classifier = 'javadoc'
from dokkaJavadoc
}
}
}

0 comments on commit a74ba94

Please sign in to comment.