Get rid of gradle-api artifacts uploaded to and used from JB repo

Remove redundant Maven dependency to `gradle-api` scoped as provided
This commit is contained in:
Sergey Igushkin
2018-01-16 23:40:17 +03:00
parent d16883deaa
commit 5deb20543f
18 changed files with 9 additions and 384 deletions
@@ -23,7 +23,7 @@ dependencies {
testCompile project(path: ':kotlin-build-common', configuration: 'tests-jar')
testCompile project(path: ':compiler:incremental-compilation-impl', configuration: 'tests-jar')
testCompile 'org.jetbrains.kotlin:gradle-api:2.2'
testCompile gradleApi()
testRuntime project(path: ':kotlin-android-extensions', configuration: 'runtimeJar')
}