Skip to content

Commit 76fbfc9

Browse files
committed
Cleanup root Gradle script
1 parent 73ba62a commit 76fbfc9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

build.gradle

+1-13
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ buildscript {
4747
}
4848
}
4949

50-
if (using_snapshot_version) {
51-
repositories {
52-
mavenLocal()
53-
}
54-
}
55-
5650
repositories {
5751
mavenCentral()
5852
maven { url "https://plugins.gradle.org/m2/" }
@@ -102,13 +96,6 @@ allprojects {
10296
kotlin_version = rootProject.properties['kotlin_snapshot_version']
10397
}
10498

105-
if (using_snapshot_version) {
106-
repositories {
107-
mavenLocal()
108-
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
109-
}
110-
}
111-
11299
ext.unpublished = unpublished
113100

114101
// This project property is set during nightly stress test
@@ -139,6 +126,7 @@ allprojects {
139126
*/
140127
google()
141128
mavenCentral()
129+
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
142130
}
143131
}
144132

0 commit comments

Comments
 (0)