-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependency gradle to v8 #1880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
liquibase-gradle-plugin
is not compatible with Gradle 8: liquibase/liquibase-gradle-plugin#101
755ab03
to
1a33c3c
Compare
Do we need this plugin? Maybe migrate to |
1a33c3c
to
6febf64
Compare
6febf64
to
240c83e
Compare
Edited/Blocked NotificationRenovate 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. |
Yes, I think it would make sense. We can create a |
Codecov Report
@@ Coverage Diff @@
## master #1880 +/- ##
============================================
- Coverage 34.35% 34.18% -0.18%
Complexity 592 592
============================================
Files 312 311 -1
Lines 7781 7776 -5
Branches 751 747 -4
============================================
- Hits 2673 2658 -15
- Misses 4920 4930 +10
Partials 188 188
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@nulls could we merge this? |
I've started some initial work on replacing liquibase-gradle-plugin with a container in #1897. Until then, we won't be able to use liquibase locally with Gradle 8, which blocks this PR. |
now we can, will resolve conflict and merge |
This PR contains the following updates:
7.6
->8.0.1
Release Notes
gradle/gradle
v8.0.1
: 8.0.1This is a patch release for 8.0. We recommend using 8.0.1 instead of 8.0.
It fixes the following issues:
target
flag--no-rebuild
suddenly gone without new deprecation cycle and without the reason for its undeprecation being voidRead the Release Notes
Upgrade Instructions
Switch your build to use Gradle 8.0.1 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.1.
Reporting Problems
If you find a problem with this release, 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 - "before 4am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.