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

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

commit dc787489439f9a70eb6f14b9ee89fcea31fbdda4
Author: Kai-Chung Yan (殷啟聰) <seamli...@gmail.com>
Date:   Thu Feb 16 13:25:14 2017 +0800

    d/build.gradle: Include the provided MANIFEST.MF
---
 debian/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/build.gradle b/debian/build.gradle
index 7182c4e..46fe2ec 100644
--- a/debian/build.gradle
+++ b/debian/build.gradle
@@ -4,7 +4,7 @@ subprojects {
   version = DEB_VERSION_UPSTREAM
   archivesBaseName = "wala-${name}"
   sourceSets.main.java.srcDirs 'src', 'source/java'
-  compileJava.options.compilerArgs << '-Xmaxerrs' << '10000'
+  jar.manifest.from 'META-INF/MANIFEST.MF'
 }
 
 project(':cast') {

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to