From e961f875abf45b187bc82d8a8ba1c226d2208bbd Mon Sep 17 00:00:00 2001 From: jpardogo Date: Mon, 30 Jun 2014 02:09:43 +0200 Subject: [PATCH] comment out gradle-mvn-push script until the issue [1] get solved. [1]: https://github.com/chrisbanes/gradle-mvn-push/issues/33 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 6887909..dc762fe 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,4 +20,4 @@ dependencies{ compile libraries.android_support } -apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle' \ No newline at end of file +//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle' \ No newline at end of file