[Kotlin] Bump kotlinx.benchmark dependency to 0.3.0 (#6560)

Kotlinx.benchmark project just abandoned bintray and moving to maven central,
removing the artifacts from bintray and causing missing dependencies in our build.
So we are updating the dependency to point to the new version on maven central.

More information in:

53ee45d0d9 (diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5)
This commit is contained in:
Paulo Pinheiro
2021-04-12 22:47:40 +02:00
committed by GitHub
parent 408e4db4af
commit df2df21ec1
3 changed files with 3 additions and 7 deletions

View File

@@ -8,8 +8,6 @@ version = "1.12.0-SNAPSHOT"
subprojects {
repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlinx") }
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
maven { setUrl("https://plugins.gradle.org/m2/") }
mavenCentral()
}
@@ -17,7 +15,6 @@ subprojects {
buildscript {
repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-dev") }
maven { setUrl("https://plugins.gradle.org/m2/") }
gradlePluginPortal()
mavenCentral()