浏览代码

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>

正在加载...
取消
保存