[bintray-client-java] 04/22: d/patches/disable_publishing.diff: Do not apply publishing plugins

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Thu Jun 4 08:20:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository bintray-client-java.

commit 64bb69c4c9c79c0b417f3e455f030c1098783181
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date:   Mon Jun 1 14:26:10 2015 +0800

    d/patches/disable_publishing.diff: Do not apply publishing plugins
---
 debian/patches/disable_publishing.diff | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/disable_publishing.diff b/debian/patches/disable_publishing.diff
index c9d6784..5a9e77c 100644
--- a/debian/patches/disable_publishing.diff
+++ b/debian/patches/disable_publishing.diff
@@ -3,6 +3,17 @@ Author: Kai-Chung Yan <seamlikok at gmail.com>
 Last-Update: 2015-06-01
 --- a/build.gradle
 +++ b/build.gradle
+@@ -14,8 +14,8 @@
+ 
+ allprojects {
+     apply plugin: 'idea'
+-    apply plugin: 'maven-publish'
+-    apply plugin: 'com.jfrog.artifactory'
++    //apply plugin: 'maven-publish'
++    //apply plugin: 'com.jfrog.artifactory'
+ 
+     group = 'com.jfrog.bintray.client'
+ 
 @@ -24,6 +24,7 @@
          maven { url "file:///usr/share/maven-repo" }
      }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bintray-client-java.git



More information about the pkg-java-commits mailing list