diff --git a/build.gradle b/build.gradle index a284cb9..0448c1e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ targetCompatibility = 1.6 plugindev { pluginId = 'com.github.dcendents.android-maven' pluginImplementationClass 'org.gradle.api.plugins.AndroidMavenPlugin' - pluginName 'Gradle Android Maven plugin' + pluginName 'Gradle Android Maven Plugin' pluginDescription 'Modification to the standard Maven plugin to be compatible with android-library projects (aar).' pluginLicenses 'Apache-2.0' pluginTags 'gradle', 'plugin', 'android', 'maven' @@ -37,9 +37,11 @@ bintray { publish = true pkg { repo = 'gradle-plugins' + name = 'GradleAndroidMavenPlugin' version { gpg { sign = true + passphrase = "${bintrayPassphrase}" } } } diff --git a/gradle.properties b/gradle.properties index 4a163cc..c429952 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=com.github.dcendents theName=android-maven-plugin -version=1.2-SNAPSHOT +version=1.2