mikepenz/AboutLibraries

Incompatible with newer gradle plugin version

androidacy-user opened this issue · 2 comments

The builds always fail with the following error:

Task `:app:collectDependencies` of type `com.mikepenz.aboutlibraries.plugin.AboutLibrariesCollectorTask`: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution

This project was not yet tested with Gradle 8.1.1

However this may be a problem with the build configuration cache.

This line temporarily works around the complete build failure, but is only a stopgap:

org.gradle.configuration-cache.problems=warn

In gradle.properties