Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

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

未关闭
#1,688 1 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
35/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
android, cpp
领域
build-system

调研方向

从 Android/firebase_dependencies.gradle 约第 110 行开始,使用 Gradle 8.10 和 Firebase C++ quickstart 重现该警告。将脚本对 ConfigureUtil 的使用方式与 Gradle 8.10 升级指南进行比较;完成标准是 quickstart 集成不再发出此弃用警告,同时保留文档中说明的设置。

由索引模型根据 Issue 内容生成。

描述

needs-triage new type: question
[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...

主要语言
C++
星标
326
派生
138
平均合并
2 天 16 小时
30 天内合并 PR
3

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

firebase/firebase-cpp-sdk 的其他 Issue

查看 firebase/firebase-cpp-sdk 的全部 Issue

相似的 Issue

更多 C++ Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。