We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6e085 commit 5a9129dCopy full SHA for 5a9129d
build.gradle
@@ -28,6 +28,11 @@ infra {
28
}
29
30
31
+// https://youtrack.jetbrains.com/issue/KT-48410
32
+repositories {
33
+ mavenCentral()
34
+}
35
+
36
afterEvaluate {
37
gradle.includedBuilds.forEach { included ->
38
project(":kotlinx-benchmark-runtime").tasks.named("publishToMavenLocal") { dependsOn(included.task(":publishToMavenLocal")) }
0 commit comments