File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,6 @@ buildscript {
47
47
}
48
48
}
49
49
50
- if (using_snapshot_version) {
51
- repositories {
52
- mavenLocal()
53
- }
54
- }
55
-
56
50
repositories {
57
51
mavenCentral()
58
52
maven { url " https://plugins.gradle.org/m2/" }
@@ -102,13 +96,6 @@ allprojects {
102
96
kotlin_version = rootProject. properties[' kotlin_snapshot_version' ]
103
97
}
104
98
105
- if (using_snapshot_version) {
106
- repositories {
107
- mavenLocal()
108
- maven { url " https://oss.sonatype.org/content/repositories/snapshots" }
109
- }
110
- }
111
-
112
99
ext. unpublished = unpublished
113
100
114
101
// This project property is set during nightly stress test
@@ -139,6 +126,7 @@ allprojects {
139
126
*/
140
127
google()
141
128
mavenCentral()
129
+ maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
142
130
}
143
131
}
144
132
You can’t perform that action at this time.
0 commit comments