We're currently finalizing the plan for the Gradle 2.3 release. While we had originally hoped to get an RC out next week (Dec 15) there are still too many things that need to be tied off, so the plan is now:
- Dec 15-17: Initialise the release branch for Gradle 2.3
- Jan 5-6: Release Gradle 2.3-rc-1
- Jan 19: Release Gradle 2.3 final
Until we've done 1), we won't be merging any non-trivial pull requests.
Regarding releasing new features, the following new functionality is not ready to 'release' in 2.3, and will be a) not announced and b) feature toggled off where appropriate.
- Play Framework support
- Parallel task execution
- Daemon classloader caching
- Daemon hygiene improvements
- Restrictions to allowable task names for new model: validation will be disabled and re-introduced in 2.4 in a backward-compatible way
There are some other (hopefully minor) things that we plan to complete/review for Gradle 2.3:
--