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:
+1
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user