[bnd] 26/32: d/rules: Re-enable parallel build

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Sat Mar 10 07:27:33 GMT 2018


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

seamlik-guest pushed a commit to branch master
in repository bnd.

commit e95e49c3848ef35efcfd5d5d3d26d1e2e423e080
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date:   Sun Mar 4 11:25:47 2018 +0800

    d/rules: Re-enable parallel build
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8d57c93..c5c3d2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE              := bnd
 export JAVA_HOME = /usr/lib/jvm/default-java
 
 %:
-	dh $@ --buildsystem=gradle --with maven-repo-helper --no-parallel
+	dh $@ --buildsystem=gradle --with maven-repo-helper
 
 override_dh_auto_build:
 	$(RM) cnf/ext/central.mvn # It forces Gradle to fetch artifacts from remote.

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



More information about the pkg-java-commits mailing list