From 7a625f6d677d4bff3c6c5a75fc7cc6b3ce4f578f Mon Sep 17 00:00:00 2001 From: Daniel Bear Date: Tue, 17 Jun 2014 10:59:02 -0700 Subject: [PATCH] Update gradle-mvn-push for gradle 0.11+. This hasn't been fixed in mainline gradle-mvn-push, so referencing the following commit from a PR that looks like it will be merged: https://github.com/shamanland/gradle-mvn-push/commit/cc18d56549cdea03f744b6fff27911569394073e https://github.com/chrisbanes/gradle-mvn-push/pull/29 https://github.com/chrisbanes/gradle-mvn-push/issues/28 --- gradle.properties | 1 + library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 97219e1c..f16655d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,3 +11,4 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo POM_DEVELOPER_ID=emilsjolander POM_DEVELOPER_NAME=Emil Sjolander +POM_DEVELOPER_EMAIL=sjolander.emil@gmail.com diff --git a/library/build.gradle b/library/build.gradle index a6b5376e..c7bf0981 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -13,4 +13,4 @@ android { } } -apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/eaa6b5404b7594e6c23b884fdc5795f545db55dd/gradle-mvn-push.gradle' +apply from: 'https://raw.github.com/shamanland/gradle-mvn-push/cc18d56549cdea03f744b6fff27911569394073e/gradle-mvn-push.gradle'