Streamline project version usage
Open
build
improvement
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
Currently we have project version set in gradle.properties [1]. On the other hand we overwrite immediately the project version in BeamModulePlugin [2], so that the usage in gradle.properties is superfluous.
This is intermingled with isRelease flag, which toggles version as snapshot version. Revisit that procedure and make consistent.
See also BEAM-6726 (comments about removing isRelease) and BEAM-6798 about usage of version in gradle.properties.
Imported from Jira [BEAM-6799](https://issues.apache.org/jira/browse/BEAM-6799). Original Jira may contain additional context.
Reported by: michel.
Contributor guide
Assessment
This issue has not been assessed yet.