Resolves some regressions discovered by @marcphilipp.
Most notably, with Grgit removed any authentication methods you previously used such as GRGIT_USER
or -Dorg.ajoberstar.grgit.auth.username
won't work in v5. This version adds new options to replace them.
Breaking Changes
None
Enhancements
- #115 Adds
username
andpassword
properties toGitPublication
for cases where credentials are needed (via #116)
Fixes
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
11 | 7.0.2, 7.6.4, 8.0.2, 8.11.1 |
17 | 7.3.3, 7.6.4, 8.0.2, 8.11.1 |
21 | 8.4, 8.11.1 |