Created
July 8, 2019 22:04
-
-
Save joeyslalom/bac94919a81f01ef3330e970da7a40ae to your computer and use it in GitHub Desktop.
palantir git describe version plugin
This file contains hidden or 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
Using id 'com.palantir.git-version' version '0.11.0' | |
export V=$(grep build.version rest-api/build/resources/main/META-INF/build-info.properties | cut -d '=' -f2) | |
echo ${V%.dirty} > rest-api/version.txt | |
Due to https://github.com/palantir/gradle-git-version/issues/28 | |
when using submodules, every version was "dirty". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment