build: Don't use java-gradle-plugin

The `java-gradle-plugin` includes the `shared` project into pom-file
of the generated maven artifact as a dependency. We don't need this
because we create the output artifact manually as a fat jar including
the `shared` project.
This commit is contained in:
Ilya Matveev
2017-09-14 17:43:47 +03:00
committed by ilmat192
parent 79455c5161
commit 61ec2bfed7
@@ -19,7 +19,6 @@ apply plugin: 'kotlin'
apply plugin: 'groovy'
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'java-gradle-plugin'
group = 'org.jetbrains.kotlin'
version = konanVersion