-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
Description
licenseReport task doesn't support Gradle's configuration cache.
This is what I get when I enable the configuration cache for my project:
2015 problems were found storing the configuration cache, 9 of which seem unique.
- Plugin 'com.android.internal.library': execution of task ':ui:licenseProductionReport' caused invocation of 'Task.project' in other task at execution time which is unsupported.
See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Plugin 'com.android.internal.library': execution of task ':ui:licenseReleaseReport' caused invocation of 'Task.project' in other task at execution time which is unsupported.
See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:ui:licenseDebugReport` of type `com.jaredsburrows.license.LicenseReportTask`: 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
...
Configuration cache significantly improves the build times and it would be nice to get it work with the license plugin.
kyrillosgait, krzdabrowski, daio, denlig, FelipeRRM and 4 more