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

[Bug] The org.gradle.util.ConfigureUtil type has been deprecated #1688

Open
shokarta opened this issue Feb 7, 2025 · 1 comment
Open

[Bug] The org.gradle.util.ConfigureUtil type has been deprecated #1688

shokarta opened this issue Feb 7, 2025 · 1 comment

Comments

@shokarta
Copy link

shokarta commented Feb 7, 2025

[REQUIRED] Please fill in the following fields:

  • Pre-built SDK from the website or open-source from this repo: 12.5.0
  • Firebase C++ SDK version: above
  • Problematic Firebase Component: n/a
  • Other Firebase Components in use: n/a
  • Platform you are using the C++ SDK on: windows 11
  • Platform you are targeting: android

[REQUIRED] Please describe the issue here:

following standard guide to integrate firebase c++ sdk throws this warning in verbose output

Steps to reproduce:

Have you been able to reproduce this issue with just the Firebase C++ quickstarts ? YES
What's the issue repro rate? (eg 100%, 1/5 etc) 100%

What happened? How can we make the problem occur? just run the quickstart example
Script 'C:\Qt\Projects\extralibs\firebase_cpp_sdk\Android\firebase_dependencies.gradle': line 110 The org.gradle.util.ConfigureUtil type 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.10/userguide/upgrading_version_8.html#org_gradle_util_reports_deprecations at FirebaseCppExtension.dependencies(C:\Qt\Projects\extralibs\firebase_cpp_sdk\Android\firebase_dependencies.gradle:110) (Run with --stacktrace to get the full stack trace of this deprecation warning.) WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.

well its needed to say (as its obvious). I use Gradle 8.10 for now.
Upgrading is not currently possible, as I am bound to Qt Creator version and its NDK, Gradle etc which is compatible with...

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

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

No branches or pull requests

2 participants