0.6.0
This release introduces use of reckon.stage
for snapshotFromProp()
(deprecating reckon.snapshot
) and fixing an issue with reckon in composite builds.
reckon.stage
accepts snapshot
and final
when snapshotFromProp()
is used.
Breaking Changes
None
Enhancements
- #71
reckon.stage
is now supported forsnapshotFromProp()
andreckon.snapshot
is deprecated, to be removed in 1.0.0 (see #75). - #65 The inference algorithm has been documented by example.
Fixes
- #74 Included builds in a composite build no longer respect the
reckon.*
properties. Only the main build will use them.
Deprecations
None
Compatibility
Tested against the following versions.
Java Version | Gradle Versions |
---|---|
8 | 3.0 through 4.7 |
9 | 4.2.1. through 4.7 |
10 | 4.2.1 through 4.7 |