Skip to content

Commit

Permalink
[build] [trivial] Add a description for the main release target
Browse files Browse the repository at this point in the history
  • Loading branch information
rzwitserloot committed Apr 18, 2022
1 parent a88e610 commit 2c892a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildScripts/website.ant.xml
Expand Up @@ -272,7 +272,7 @@ such as applying the templates to produce the website, converting the changelog
knownHosts="ssh.knownHosts" />
</target>

<target name="release.publish" depends="maven, -release.publish.site, website.publish, eclipsep2.publish, maven.publish" />
<target name="release.publish" depends="maven, -release.publish.site, website.publish, eclipsep2.publish, maven.publish" description="Deploys a new official lombok release everywhere: maven, website, p2 site" />

<target name="edge.pack" depends="compile.support, version, dist, maven.edge">
<delete file="build/website/download-edge.html" />
Expand Down

0 comments on commit 2c892a4

Please sign in to comment.