File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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 { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
4
+ maven { url = uri(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/" ) }
5
+ maven { url = uri(" https://oss.sonatype.org/content/repositories/snapshots/" ) }
5
6
6
7
mavenCentral()
7
8
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ commonSetup()
19
19
// XXX: this should use the settings repositories instead
20
20
repositories {
21
21
// Uncomment this one to use the Kotlin "dev" repository
22
- // maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/") }
22
+ maven { url = uri(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/" ) }
23
+ maven { url = uri(" https://oss.sonatype.org/content/repositories/snapshots/" ) }
23
24
mavenCentral()
24
25
}
25
26
You can’t perform that action at this time.
0 commit comments