Skip to content

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

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
}
// 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