From 61ec2bfed7e143f2e971d96b9c03e61f3a257433 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 14 Sep 2017 17:43:47 +0300 Subject: [PATCH] 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. --- tools/kotlin-native-gradle-plugin/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/kotlin-native-gradle-plugin/build.gradle b/tools/kotlin-native-gradle-plugin/build.gradle index 54ecbbb02bd..9a5399ed7e8 100644 --- a/tools/kotlin-native-gradle-plugin/build.gradle +++ b/tools/kotlin-native-gradle-plugin/build.gradle @@ -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