File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
libraries/apollo-gradle-plugin/testProjects/gradle-min-version Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ javaPoet = "1.13.0"
28
28
jetbrains-annotations = " 24.0.1"
29
29
junit = " 4.13.2"
30
30
kotlin-plugin-min = " 1.9.0"
31
- kotlin-plugin = " 2.2.0-dev-16956 "
32
- kotlin-plugin-max = " 2.2.0-dev-16956 "
31
+ kotlin-plugin = " 2.2.0-Beta1 "
32
+ kotlin-plugin-max = " 2.2.0-Beta1 "
33
33
kotlinx-coroutines = " 1.9.0"
34
34
kotlinx-datetime = " 0.5.0"
35
35
kotlinx-serialization-runtime = " 1.6.2"
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
6
maven(" https://oss.sonatype.org/content/repositories/snapshots/" )
7
7
// Uncomment this one to use the GradleUp repository
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ commonSetup()
28
28
// XXX: this should use the settings repositories instead
29
29
repositories {
30
30
// Uncomment this one to use the Kotlin "dev" repository
31
- maven(" https://redirector.kotlinlang.org/maven/dev/" )
31
+ // maven("https://redirector.kotlinlang.org/maven/dev/")
32
32
// Uncomment this one to use the Sonatype OSSRH snapshots repository
33
33
maven(" https://oss.sonatype.org/content/repositories/snapshots/" )
34
34
mavenCentral()
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
23
23
}
24
24
mavenCentral()
25
25
// Uncomment this one to use the Kotlin "dev" repository
26
- maven(" https://redirector.kotlinlang.org/maven/dev/" )
26
+ // maven("https://redirector.kotlinlang.org/maven/dev/")
27
27
}
28
28
29
29
configure<ApolloExtension > {
You can’t perform that action at this time.
0 commit comments