-
-
Notifications
You must be signed in to change notification settings - Fork 804
Update dependency Gradle to v8.1 #5996
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
Codecov Report
@@ Coverage Diff @@
## main #5996 +/- ##
=========================================
Coverage 84.66% 84.66%
Complexity 3836 3836
=========================================
Files 549 549
Lines 13065 13065
Branches 2305 2305
=========================================
Hits 11061 11061
Misses 868 868
Partials 1136 1136 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -4,10 +4,6 @@ plugins { | |||
signing | |||
} | |||
|
|||
tasks.withType<Sign>().configureEach { |
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.
nice :)
Do we want this inside 1.23? Feels like yes |
I think so. It doesn't directly impact build artifacts; the configuration cache test change is just to align with Gradle's more correct behaviour in 8.1. The build failure on Java 8 is an issue, I'll investigate. It might actually be a regression in Gradle. |
It's not a regression, but an issue that we didn't see previously because of a confluence of reasons that will take me too long to type up. I've raised gradle/gradle#24765 but in the meantime I've marked the |
https://docs.gradle.org/8.1/release-notes.html