Skip to content

Commit

Permalink
Add mavenCentral repository to root project #KT-48410
Browse files Browse the repository at this point in the history
  • Loading branch information
qurbonzoda committed Jun 23, 2022
1 parent b8e195a commit 4af7463
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ infra {
}
}

// https://youtrack.jetbrains.com/issue/KT-48410
repositories {
mavenCentral()
}

afterEvaluate {
gradle.includedBuilds.forEach { included ->
project(":kotlinx-benchmark-runtime").tasks.named("publishToMavenLocal") { dependsOn(included.task(":publishToMavenLocal")) }
Expand Down

0 comments on commit 4af7463

Please sign in to comment.