Parcourir la source

Clean while compiling to resolve weird type erasure corner-cases

tags/v1.3.0
James Moger il y a 11 ans
Parent
révision
4331906443
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      build.xml

+ 2
- 2
build.xml Voir le fichier

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

Chargement…
Annuler
Enregistrer