[wala] 02/09: d/build.gradle: Include the provided MANIFEST.MF
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Thu Feb 16 09:14:13 UTC 2017
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 (殷啟聰) <seamlikok at 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
More information about the pkg-java-commits
mailing list