Skip to content
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

Closed

Conversation

joshuajaharwood
Copy link

@joshuajaharwood joshuajaharwood commented Oct 13, 2024

Fixes #432

This also bumps the nullaway plugin to be compatible with the new version of Gradle.

@joshuajaharwood joshuajaharwood marked this pull request as ready for review October 18, 2024 17:28
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.0.2

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@lessthanoptimal
Copy link
Owner

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 {
Copy link
Owner

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?

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gradle 8 update
3 participants