We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d885f commit eac0b07Copy full SHA for eac0b07
build.gradle
@@ -42,6 +42,12 @@ buildscript {
42
}
43
44
45
+ if (using_snapshot_version) {
46
+ repositories {
47
+ mavenLocal()
48
+ }
49
50
+
51
repositories {
52
mavenCentral()
53
maven { url "https://plugins.gradle.org/m2/" }
@@ -97,6 +103,12 @@ allprojects {
97
103
kotlin_version = rootProject.properties['kotlin_snapshot_version']
98
104
99
105
106
107
108
109
110
111
100
112
ext.unpublished = unpublished
101
113
102
114
// This project property is set during nightly stress test
0 commit comments