Skip to content

Commit 60f5ed1

Browse files
AnkaAnka
authored andcommitted
Add Kotlin Dev and Maven Central Snapshots repositories
1 parent 61a4615 commit 60f5ed1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/repositories.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
listOf(pluginManagement.repositories, dependencyResolutionManagement.repositories).forEach {
22
it.apply {
33
// 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/")
55
// 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/")
77
// Uncomment this one to use the GradleUp repository
88
// maven("https://storage.googleapis.com/gradleup/m2")
99

libraries/apollo-gradle-plugin/testProjects/gradle-min-version/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
mavenCentral()
2525

2626
// 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/")
2828
}
2929

3030
configure<ApolloExtension> {

0 commit comments

Comments
 (0)