This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
Releases: palantir/gradle-flexversion
Releases · palantir/gradle-flexversion
0.9.2
0.9.1
Test for plugin.gradle.org
Release 0.9.0
- Breaking: Changed it so user-defined strings in flexVersion() override envvar branches
Release 0.8.1
Make FlexVersion Serializable
0.8.0
Release 0.8.0
Release 0.7.0
- Brings a better exception when the project doesn't have a repo
0.6.0
- Breaking: FlexVersion object property 'tag' renamed to 'isTag'
- Breaking: Since symlink support was added (jgit is fun), this will no longer work with Java 6
0.5.0
- _Breaking_:
printVersion
task not automatically applied. UseaddPrintVersionTask()
to do so - _Breaking_:
fullVersion
property fromFlexVersion
object is gone - Vagrant file for building in a similar environment but locally. See travis file for build command
- Testing added. Doesn't test the global override.
0.4.0: Merge pull request #15 from palantir/feature/kniktas_correctconvert
- _Breaking_: FlexVersion object now returned instead of string.
- If the return value of flexVersion() is used somewhere expecting a string, call toString()
- This gives the user the ability to pull pieces out of the version string without parsing it manually
- _Possible breaking_: All domains (no matter how determined) will have / converted to -
0.3.0: Merge pull request #8 from palantir/feature/kniktas_patterns
Add option to enforce a pattern for the domain