Bläddra i källkod

Clean while compiling to resolve weird type erasure corner-cases

tags/v1.3.0
James Moger 11 år sedan
förälder
incheckning
4331906443
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      build.xml

+ 2
- 2
build.xml Visa fil

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

Laddar…
Avbryt
Spara