https://github.com/kropp/gradle-teamcity-gitversion-plugin
Gradle plugin to set project version from Git tags and branch names automatically
https://github.com/kropp/gradle-teamcity-gitversion-plugin
Last synced: about 1 year ago
JSON representation
Gradle plugin to set project version from Git tags and branch names automatically
- Host: GitHub
- URL: https://github.com/kropp/gradle-teamcity-gitversion-plugin
- Owner: kropp
- License: apache-2.0
- Created: 2016-01-15T14:57:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T16:02:31.000Z (over 9 years ago)
- Last Synced: 2025-01-22T05:42:20.317Z (over 1 year ago)
- Language: Groovy
- Size: 87.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradle TeamCity Git Version Plugin
Gradle plugin to set project version from Git tags and branch names automatically
Adds -dev to version number when building on developer machine, increments version build number when building on TeamCity server.
### Usage
Just add a single line to your `plugins` section:
```
plugins {
id 'com.github.kropp.teamcity-gitversion' version '0.1.5'
}
```