We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following example article: https://cloud.google.com/appengine/docs/standard/java-gen2/using-gradle
Using plugin version: com.google.cloud.tools:appengine-gradle-plugin:2.5.0 with Gradle 8.5
produces the following error: The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.5/userguide/upgrading_version_8.html#deprecated_access_to_conventions
I think this use to be a warning. This is now throwing an error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following example article:
https://cloud.google.com/appengine/docs/standard/java-gen2/using-gradle
Using plugin version: com.google.cloud.tools:appengine-gradle-plugin:2.5.0
with Gradle 8.5
produces the following error:
The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.5/userguide/upgrading_version_8.html#deprecated_access_to_conventions
I think this use to be a warning. This is now throwing an error.
The text was updated successfully, but these errors were encountered: