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
@@ -12,7 +12,7 @@ repositories {
dependencies {
compile project(':kotlin-stdlib')
compileOnly 'org.jetbrains.kotlin:gradle-api:1.6'
compileOnly gradleApi()
compileOnly 'com.android.tools.build:gradle:0.4.2'
}