Skip to content

Instantly share code, notes, and snippets.

@65
Created March 10, 2012 07:41
Show Gist options
  • Save 65/2010732 to your computer and use it in GitHub Desktop.
Save 65/2010732 to your computer and use it in GitHub Desktop.
Using the ANT build.number file
<target name="buildnumber">
<buildnumber/>
<echo message="ANT Build number ${build.number}" />
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment