From 4331906443e441be82c9225eea7c46b5c28c97f1 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 10 May 2013 10:10:55 -0400 Subject: [PATCH] Clean while compiling to resolve weird type erasure corner-cases --- build.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 7fcb993..1a366c2 100644 --- a/build.xml +++ b/build.xml @@ -144,8 +144,8 @@ outputclass="com.gitblit.Keys" todir="${project.src.dir}" /> - <!-- Compile project incrementally --> - <mx:javac scope="compile" clean="false" /> + <!-- Compile project --> + <mx:javac scope="compile" clean="true" /> </target> -- Gitblit v1.9.1