ソースを参照

Clean while compiling to resolve weird type erasure corner-cases

tags/v1.3.0
James Moger 11年前
コミット
4331906443
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      build.xml

+ 2
- 2
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>

読み込み中…
キャンセル
保存