This repository was archived by the owner on Sep 3, 2025. It is now read-only.
5.3.0
Small release to resolve outstanding issues that I still felt were in scope (given feature freeze, see README for more background).
Breaking Changes
None
Enhancements
- #362 Add
GrgitService#findGrgit()which returns anOptional<Grgit>allowing accessing whether a repo is present or not, rather than throwing likegetGrgit()does.
Fixes
- #391
initIfNoTExistsonGrgitServiceworks now - Update dependencies
Deprecations
None
Compatibility
Tested on the following version:
| Java Version | Gradle Versions |
|---|---|
| 11 | 7.0.2, 7.6.4, 8.0.2, 8.10.2 |
| 17 | 7.3.3, 7.6.4, 8.0.2, 8.10.2 |
| 21 | 8.4, 8.10.2 |