-
Notifications
You must be signed in to change notification settings - Fork 264
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
Update Gradle to 8.10.2 #433
Update Gradle to 8.10.2 #433
Conversation
build.gradle
Outdated
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat | |||
|
|||
plugins { | |||
id "com.peterabeles.gversion" version "1.10.2" apply false | |||
id "net.ltgt.errorprone" version "2.0.2" apply false |
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.
2.0.2
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.
?
Could you squash this PR? I'm looking to update Gradle now. |
settings.gradle
Outdated
@@ -9,6 +9,20 @@ pluginManagement { | |||
} | |||
// END Added for Android | |||
|
|||
plugins { |
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.
What's going on here?
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.
Fixes the following deprecation warning during autogenerate task:
Java toolchain auto-provisioning enabled, but no java toolchain repositories declared by the build. Will rely on the built-in repository. This behaviour has been deprecated and is scheduled to be removed in Gradle 8.0. In order to declare a repository for java toolchains, you must edit your settings script and add one via the toolchainManagement block. See https://docs.gradle.org/7.6.4/userguide/toolchains.html#sec:provisioning for more details.
3d4841e
to
98e8f1b
Compare
Fixes #432
This also bumps the nullaway plugin to be compatible with the new version of Gradle.