Skip to content

Commit 5a9129d

Browse files
author
Abduqodiri Qurbonzoda
committed
Add mavenCentral repository to root project #KT-48410
1 parent 1b6e085 commit 5a9129d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ infra {
2828
}
2929
}
3030

31+
// https://youtrack.jetbrains.com/issue/KT-48410
32+
repositories {
33+
mavenCentral()
34+
}
35+
3136
afterEvaluate {
3237
gradle.includedBuilds.forEach { included ->
3338
project(":kotlinx-benchmark-runtime").tasks.named("publishToMavenLocal") { dependsOn(included.task(":publishToMavenLocal")) }

0 commit comments

Comments
 (0)