File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
libraries/apollo-gradle-plugin/testProjects/gradle-min-version Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
listOf (pluginManagement.repositories, dependencyResolutionManagement.repositories).forEach {
2
2
it.apply {
3
3
// Uncomment this one to use the Kotlin "dev" repository
4
- // maven("https://redirector.kotlinlang.org/maven/dev/")
4
+ maven(" https://redirector.kotlinlang.org/maven/dev/" )
5
5
// Uncomment this one to use the Sonatype OSSRH snapshots repository
6
- // maven("https://oss.sonatype.org/content/repositories/snapshots/")
6
+ maven(" https://oss.sonatype.org/content/repositories/snapshots/" )
7
7
// Uncomment this one to use the GradleUp repository
8
8
// maven("https://storage.googleapis.com/gradleup/m2")
9
9
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
24
24
mavenCentral()
25
25
26
26
// Uncomment this one to use the Kotlin "dev" repository
27
- // maven("https://redirector.kotlinlang.org/maven/dev/")
27
+ maven(" https://redirector.kotlinlang.org/maven/dev/" )
28
28
}
29
29
30
30
configure<ApolloExtension > {
You can’t perform that action at this time.
0 commit comments