Skip to content

Commit

Permalink
[integration] ant
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed Sep 15, 2023
1 parent 30b564f commit 65773f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ant/files/jdk-8/classpath/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</target>

<target name="compile" depends="init" description="compile the source">
<javac classpath="lombok.jar" srcdir="${src}" destdir="${build}" fork="true"/>
<javac classpath="../lombok.jar" srcdir="${src}" destdir="${build}" fork="true"/>
</target>

<target name="dist" depends="compile" description="generate the distribution">
Expand Down

0 comments on commit 65773f5

Please sign in to comment.