File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
libraries/apollo-gradle-plugin/testProjects/gradle-min-version Expand file tree Collapse file tree 3 files changed +4
-4
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 @@ -11,7 +11,7 @@ dependencyResolutionManagement {
11
11
pluginManagement {
12
12
listOf (repositories, dependencyResolutionManagement.repositories).forEach {
13
13
// Uncomment this one to use the Kotlin "dev" repository
14
- // it.maven("https://redirector.kotlinlang.org/maven/dev/")
14
+ it.maven(" https://redirector.kotlinlang.org/maven/dev/" )
15
15
it.mavenCentral()
16
16
it.google()
17
17
it.maven(" ../../../../build/localMaven" )
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