I’ve been trying to migrate an ant script to gradle and have so far not found gradle’s counterpart to the ant <buildnumber/> which is an auto-incrementing number used within the build process.
I’ve been trying to migrate an ant script to gradle and have so far
Share
Gradle doesn’t have a counterpart to
<buildnumber/>, but you can always use the Ant task.