Browse Source

Clean while compiling to resolve weird type erasure corner-cases

tags/v1.3.0
James Moger 11 years ago
parent
commit
4331906443
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.xml

+ 2
- 2
build.xml View File

@@ -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>

Loading…
Cancel
Save