Skip to content

Commit

Permalink
Cleanup root Gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad authored and yorickhenning committed Oct 14, 2021
1 parent 83c523f commit 6a99a6d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ buildscript {
}
}

if (using_snapshot_version) {
repositories {
mavenLocal()
}
}

repositories {
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
Expand Down Expand Up @@ -102,13 +96,6 @@ allprojects {
kotlin_version = rootProject.properties['kotlin_snapshot_version']
}

if (using_snapshot_version) {
repositories {
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}

ext.unpublished = unpublished

// This project property is set during nightly stress test
Expand Down Expand Up @@ -139,6 +126,7 @@ allprojects {
*/
google()
mavenCentral()
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
}
}

Expand Down

0 comments on commit 6a99a6d

Please sign in to comment.