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
+1 -2
View File
@@ -14,8 +14,7 @@ buildscript {
val repos = listOfNotNull(
bootstrapKotlinRepo,
"https://jcenter.bintray.com/",
"https://plugins.gradle.org/m2",
"http://repository.jetbrains.com/utils/")
"https://plugins.gradle.org/m2")
extra["repos"] = repos