Skip to content

Commit 0267abf

Browse files
committed
Reorder classpath to make our own classes we first when compiling with Groovy
1 parent 1269a86 commit 0267abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@
294294
<groovyc srcdir="src/main/groovy" destdir="build/main"
295295
indy="true" targetBytecode="${jdk.version}" encoding="${build.encoding}">
296296
<classpath>
297-
<path refid="path.main-build"/>
298297
<pathelement path="build/main"/>
298+
<path refid="path.main-build"/>
299299
</classpath>
300300
</groovyc>
301301
</target>

0 commit comments

Comments
 (0)