Update dependency gradle to v3.5.1
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| gradle (source) | minor | 3.1 -> 3.5.1 |
Release Notes
gradle/gradle
v3.5.1: 3.5.1
This bug-fix release addresses an uncaught regression in v3.5.0. Consider upgrading to v4.0, which also contains the fix.
Fixed issue:
- gradle/gradle#1811: mavenLocal broken when <localRepository/> found in Maven settings.xml
Upgrade Instructions
Switch your build to use Gradle 3.5.1 by updating your wrapper properties:
./gradlew wrapper --gradle-version=3.5.1
Standalone downloads are available at https://gradle.org/install.
Reporting Problems
If you find a problem with Gradle 3.5.1, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.
v3.4.1: 3.4.1
Gradle 3.4.1 is now available
This bug-fix release addresses uncaught regressions in v3.4.0 in the Java incremental compilation.
Fixed issues:
- gradle/gradle#1474: Incremental compilation with literals in 3.4
- gradle/gradle#1476: Compile avoidance should respect public constant changes
Upgrade Instructions
Switch your build to use Gradle 3.4.1 by updating your wrapper properties:
./gradlew wrapper --gradle-version=3.4.1
Standalone downloads are available at https://gradle.org/gradle-download.
Reporting Problems
If you find a problem with Gradle 3.4.1, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.
v3.2.1: 3.2.1
Gradle 3.2.1 is now available
This bug-fix release addresses uncaught regressions in v3.2.0 in the Gradle wrapper.
Fixed issues:
- GRADLE-3582: Gradle wrapper fails to escape arguments with nested quotes
- GRADLE-3583: Newlines in environment variables used by the wrapper breaks application plugin shell script
Upgrade Instructions
Switch your build to use Gradle 3.2.1 by updating your wrapper properties:
./gradlew wrapper --gradle-version=3.2.1
Standalone downloads are available at https://gradle.org/gradle-download.
Heads up: In addition, if you generated this wrapper with Gradle 3.2, re-run
./gradlew wrapperto avoid a misconfigured wrapper script.
Reporting Problems
If you find a problem with Gradle 3.2.1, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.