Skip to content

Commit 6fc956f

Browse files
find a setting that the build box likes
1 parent 53c4837 commit 6fc956f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<delete dir="${test-classes}"/>
8080
<mkdir dir="${test-classes}"/>
8181
<javac srcdir="${jtestsrc}" destdir="${test-classes}" includeJavaRuntime="yes"
82-
debug="true" target="1.5" includeantruntime="no"/>
82+
debug="true" target="1.5"/>
8383
<java classname="clojure.lang.Compile"
8484
classpath="${test-classes}:${test}:${build}:${cljsrc}"
8585
failonerror="true"

0 commit comments

Comments
 (0)