Skip to content

Commit ba68c66

Browse files
committed
Remove obsolete bintray/jcenter repositories
Space instead of bintray for hosting kotlinx.team.infra
1 parent 70d965a commit ba68c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
repositories {
3+
maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven' }
34
gradlePluginPortal()
4-
maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
55
}
66

77
dependencies {

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
repositories {
3+
maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven' }
34
mavenCentral()
4-
maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
55
}
66
dependencies {
77
classpath "kotlinx.team:kotlinx.team.infra:$infra_version"

0 commit comments

Comments
 (0)