[libgpars-groovy-java] 01/02: Use the version of Groovy 2 in Debian
    Emmanuel Bourg 
    ebourg-guest at moszumanska.debian.org
       
    Wed Feb 18 23:43:37 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libgpars-groovy-java.
commit a2904e2a0cd8dcac83a8f0256b41daa85eab7110
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Feb 19 00:36:31 2015 +0100
    Use the version of Groovy 2 in Debian
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1ad7a9c..6472b01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ UPSTREAM_VERSION := $(shell dpkg-parsechangelog  | sed -n '/^Version:/s/^[^:]*:
 	dh $@ --with javahelper
 
 override_dh_auto_build:
-	gradle --project-prop finalRelease=true --stacktrace --offline assemble --gradle-user-home .gradle
+	gradle --project-prop finalRelease=true --stacktrace --offline assemble --gradle-user-home .gradle -Pgpars_groovyVersion=2.x
 
 override_dh_auto_install:
 	jh_installlibs build/libs/gpars-${UPSTREAM_VERSION}.jar
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgpars-groovy-java.git
    
    
More information about the pkg-java-commits
mailing list