Zongle Wang

Results 311 comments of Zongle Wang

@ktaylor-fetch Can you provide me with a reproducer?

Seems we can merge this, and remove https://github.com/radarsh/gradle-test-logger-plugin/blob/develop/.github/dependabot.yml then enable Renovate.

Workaround like https://github.com/google/play-services-plugins/issues/223#issuecomment-1236159132.

如果准备好了合并,可以直接 squash 这个 PR

我用的 Moto X40 @ Android 14,一切正常,没有问题

可能是他检测到了 Xposed 环境就强制退出,需要提供下日志看看

用到的项目开 `org.gradle.configuration-cache=true` 或者 `org.gradle.unsafe.configuration-cache=true` ,然后你们要在集成测试中开启 CC 标记位进行测试,可以参考 https://github.com/johnrengelman/shadow/pull/824

添加 `org.gradle.unsafe.configuration-cache-problems=warn` 只是让 Gradle 统计 CC 的问题之后不要抛出异常,并没有真正解决问题,注意这只是一个 workaround.