2.1.0-rc.1
Pre-release
Pre-release
This release includes a few new features, the main one being the support for fetching the initial commits for the gitPublish.branch
from your local repo (if you use org.ajoberstar.grgit
or manually configure gitPublish.referenceRepoUri
) before fetching from the remote. This should reduce how many commits need to be pulled over the network.
Breaking Changes
None
Enhancements
- #1 Fetch
gitPublish.branch
from the local repo first, if possible, before fetching from the remote.
Fixes
- #64 Avoid use of deprecated
directoryProperty
method (Thanks @marccphillip)
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.3, 4.10.3, 5.0, 5.3 |
11 | 5.0, 5.3 |