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:
@@ -20,5 +20,5 @@ dependencies {
|
||||
compileOnly project(':compiler:cli-common')
|
||||
compileOnly project(':compiler:cli')
|
||||
|
||||
compileOnly "org.jetbrains.kotlin:gradle-api:1.6"
|
||||
compileOnly gradleApi()
|
||||
}
|
||||
Reference in New Issue
Block a user