0.5.0-rc.2
Pre-release
Pre-release
This release made some major improvements to handling of dirty repos and rebuild logic.
- If a repo is dirty, it will never be considered a rebuild
- If a repo is dirty, it will always result in the string "uncommitted" being in the build metadata (for stage pre-release users) or a SNAPSHOT (for snapshot pre-release users)
- If a repo is clean and you provide no input, you will get a rebuild (assuming the HEAD is tagged)
Breaking Changes
Enhancements
None
Fixes
- #68 Projects with no commits fail with IllegalArgumentException
Deprecations
None
Compatibility
Tested against the following versions.
Java Version | Gradle Versions |
---|---|
8 | 3.0 through 4.7-rc-1 |
9 | 4.2.1. through 4.7-rc-1 |
10 | 4.1 through 4.6 |