Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ group = "com.example"
version = "1.0-SNAPSHOT"

repositories {
mavenCentral()
google()
mavenCentral()
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ if (!extra.has("kspVersion")) {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

plugins {
Expand Down Expand Up @@ -51,10 +51,10 @@ subprojects {
version = rootProject.extra.get("kspVersion") as String
configureKtlint()
repositories {
mavenCentral()
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
maven("https://www.jetbrains.com/intellij-repository/releases")
mavenCentral()
}
pluginManager.withPlugin("maven-publish") {
val publishExtension = extensions.getByType<PublishingExtension>()
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ kotlin {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
2 changes: 1 addition & 1 deletion examples/multiplatform/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pluginManagement {
kotlin("multiplatform") version kotlinVersion apply false
}
repositories {
mavenCentral()
gradlePluginPortal()
mavenCentral()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ buildscript {

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand All @@ -18,8 +18,8 @@ allprojects {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pluginManagement {
maven(testRepo)
gradlePluginPortal()
google()
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ buildscript {

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand All @@ -19,8 +19,8 @@ allprojects {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pluginManagement {
maven(testRepo)
gradlePluginPortal()
google()
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ buildscript {

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand All @@ -19,8 +19,8 @@ allprojects {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ pluginManagement {
}
repositories {
maven(testRepo)
gradlePluginPortal()
google()
mavenCentral()
gradlePluginPortal()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ buildscript {

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand All @@ -19,8 +19,8 @@ allprojects {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pluginManagement {
}
repositories {
maven(testRepo)
gradlePluginPortal()
google()
mavenCentral()
gradlePluginPortal()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val testRepo: String by project
allprojects {
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ version = "1.0-SNAPSHOT"

repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

repositories {
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
mavenCentral()
}
Loading
Loading