Skip to content

Instantly share code, notes, and snippets.

@tslmy
Created September 16, 2022 19:09
Show Gist options
  • Save tslmy/91bcae19a8ab328ab8f7c83c2577fcd2 to your computer and use it in GitHub Desktop.
Save tslmy/91bcae19a8ab328ab8f7c83c2577fcd2 to your computer and use it in GitHub Desktop.
To bump version numbers at release time with Gradle
plugins {
// The gradle-release plugin is designed to work similar to the Maven release plugin. (https://github.com/researchgate/gradle-release)
id 'net.researchgate.release' version '3.0.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment