This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository resteasy.
commit ce1637cdeef58edc3de4e16dce7560f043cdd22a Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 18 17:24:06 2016 +0200 Disabled the incremental compilation to work around a javac bug --- debian/maven.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/maven.properties b/debian/maven.properties index 242da7e..1f2d8b0 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -4,3 +4,4 @@ maven.test.skip=true project.build.sourceEncoding=UTF-8 +maven.compiler.useIncrementalCompilation=false -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/resteasy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

