Created
September 16, 2022 19:09
-
-
Save tslmy/91bcae19a8ab328ab8f7c83c2577fcd2 to your computer and use it in GitHub Desktop.
To bump version numbers at release time with Gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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