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
@@ -25,13 +25,6 @@
<description>Annotation Processor wrapper for Kotlin Maven plugin</description>
<repositories>
<repository>
<id>jetbrains-utils</id>
<url>http://repository.jetbrains.com/utils</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
@@ -44,12 +37,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>gradle-api</artifactId>
<version>1.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>