Skip to content

Commit

Permalink
[build] p2 publish ran in-process which meant the System.exit shut …
Browse files Browse the repository at this point in the history
…down ant, whoops
  • Loading branch information
rzwitserloot committed Sep 20, 2023
1 parent b118bea commit 0686059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildScripts/eclipse-p2.ant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This buildfile is part of projectlombok.org. It is responsible for building the
</target>

<target name="eclipsep2.publish" depends="eclipsep2.build, compile.support">
<java classname="lombok.publish.PublishToBucket" failonerror="true">
<java fork="true" classname="lombok.publish.PublishToBucket" failonerror="true">
<classpath>
<path refid="cp.buildtools" />
<pathelement location="build/support" />
Expand Down

0 comments on commit 0686059

Please sign in to comment.