Skip to content

Commit

Permalink
Reorder classpath to make our own classes we first when compiling wit…
Browse files Browse the repository at this point in the history
…h Groovy
  • Loading branch information
uschindler committed Mar 13, 2023
1 parent 1269a86 commit 0267abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@
<groovyc srcdir="src/main/groovy" destdir="build/main"
indy="true" targetBytecode="${jdk.version}" encoding="${build.encoding}">
<classpath>
<path refid="path.main-build"/>
<pathelement path="build/main"/>
<path refid="path.main-build"/>
</classpath>
</groovyc>
</target>
Expand Down

0 comments on commit 0267abf

Please sign in to comment.