MINOR: Bump Gradle version to 5.0#5964
Conversation
|
@colinhicks Thanks for the PR. I pushed a couple of additional commits. Let me know what you think. |
|
@ijuma Thanks for the review and edits. I should have noticed that the deprecated single test commands actually cause all the tests to run. I verified that your edits work as documented. In taking a pass at the commands using Java 11, I noticed that |
|
I had filed a JIRA about the aggregatedJavadoc thing but I think someone closed it. It may be worth reopening. |
|
Using |
This reverts commit e7648d0.
Gradle 5.0 was released on 26 November. See the release notes for enhancements and fixes: https://docs.gradle.org/5.0/release-notes.html. A notable bugfix ensures that Javadoc artifacts are cleaned between builds. The upgraded wrapper was spot-checked against the commands in the README and the README was updated not to use removed system property `-Dtest.single`. Reviewers: Ismael Juma <ismael@juma.me.uk>
Gradle 5.0 was released on 26 November. See the release notes for enhancements and fixes: https://docs.gradle.org/5.0/release-notes.html.
A notable bugfix ensures that Javadoc artifacts are cleaned between builds.
The upgraded wrapper was spot-checked against the commands in the README and the
README was updated not to use removed system property
-Dtest.single.Committer Checklist (excluded from commit message)