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

Add Gradle 8 support #438

Open
wants to merge 1 commit into
base: SNAPSHOT
Choose a base branch
from

Conversation

joshuajaharwood
Copy link

Fixes #432.

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

Changes now squashed into one commit.

@@ -9,6 +9,20 @@ pluginManagement {
}
// END Added for Android

plugins {
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
1 participant