MINOR: gradle and gradle plugins version upgrades#6332
MINOR: gradle and gradle plugins version upgrades#6332dejan2609 wants to merge 3 commits intoapache:trunkfrom
Conversation
details: * gradle: 5.1.1 -->> 5.2.1 * grgit: 1.9.3 -->> 3.0.0 (breaking change release, 'Grgit.open' usage is refactored) * gradle-scoverage: 2.5.0 -->> 3.0.0 * shadow: 4.0.3 -->> 4.0.4 * spotless-plugin-gradle: 3.17.0 -->> 3.18.0 * spotbugs-gradle-plugin: 1.6.9 -->> 1.6.10 related links: * https://github.com/gradle/gradle/releases/tag/v5.2.0, https://github.com/gradle/gradle/releases/tag/v5.2.1 * https://github.com/ajoberstar/grgit/releases/tag/3.0.0 * https://github.com/scoverage/gradle-scoverage/releases/tag/3.0.0 * https://github.com/johnrengelman/shadow/releases/tag/4.0.4 * https://github.com/diffplug/spotless/blob/gradle/3.18.0/CHANGES.md * https://github.com/spotbugs/spotbugs-gradle-plugin/blob/1.6.10/CHANGELOG.md#1610---2019-02-18
Committer Checklist
|
|
Both Jenkins jobs failed with this message: FAILURE No test results found. Reason: Jenkins job setup phase is using Gradle 4.10.2 and that Gradle version is unsupported by a spotbugs-gradle-plugin version 1.6.10: |
|
Related JIRA ticket created here: |
ewencp
left a comment
There was a problem hiding this comment.
Couple of comments. Regarding gradle 4.10.2 incompatibility, we'd need to work with apache infra to get a newer gradle version support. Just did a quick look at one of the PR jobs, but afaict we're already on the latest gradle version that builds.apache.org provides. To move to a 5.0+ version, we'd need upstream Apache infra to provide it on the Jenkins workers.
…squashed/rebased eventually * 'spotbugs-gradle-plugin' version upgrade is removed (it requires Gradle 5+ for builds.apache.org Jenkins) * 'Grgit.open' changed
|
@ewencp additional commit pushed (it will be squashed/rebased eventually).
|
|
Sigh 😞 similar issues on builds.apache.org Jenkins, this time with scoverage plugin. @ewencp sorry for additional noise, I will test locally with Gradle 4.10.2 |
|
@ewencp all checks have passed, please review again. |
|
Closed in favor of #6436 |
details:
gradle-scoverage: 2.5.0 -->> 3.0.0(opted out, see comments below)spotless-plugin-gradle: 3.17.0 -->> 3.18.0(opted out, see comments below)related links: