Skip to content

Commit 4a229b7

Browse files
committed
Space instead of bintray for hosting kotlinx.team.infra
1 parent 1dd7d04 commit 4a229b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

settings.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
pluginManagement {
22
repositories {
3-
maven { url 'https://dl.bintray.com/orangy/maven' }
4-
maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
5-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
3+
maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven' }
64
gradlePluginPortal()
75
}
86
}

0 commit comments

Comments
 (0)