From fcf3eb9fa2d6127645dbb0cb8aa10df9bc77b44e Mon Sep 17 00:00:00 2001 From: Andreas Schmid Date: Mon, 18 Dec 2017 21:50:09 +0100 Subject: [PATCH] fix comment for upload --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eda2099..d207e9a 100644 --- a/build.gradle +++ b/build.gradle @@ -214,7 +214,7 @@ uploadArchives { } } -// Note: The plugin has to be uploaded to Maven Central first +// Note: The plugin has to be uploaded to Bintray first pluginBundle { website = 'https://github.com/aaschmid/gradle-cpd-plugin' vcsUrl = 'https://github.com/aaschmid/gradle-cpd-plugin' @@ -232,5 +232,6 @@ pluginBundle { mavenCoordinates { groupId = project.group artifactId = 'gradle-cpd-plugin' + version = project.version } }