You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The plugin com.google.android.gms.oss-licenses-plugin is not compatible with Gradle's configuration cache.
To Reproduce
Steps to reproduce the behavior:
Enable configuration cache in gradle.properties : org.gradle.configuration-cache=true
Build : ./gradlew assembleDebug
See error:
1147 problems were found storing the configuration cache, 1 of which seem unique.
- Task `fooReleaseOssLicensesTask` of type `com.google.android.gms.oss.licenses.plugin.LicensesTask`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.7/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
Expected behavior
Configuration cache should work when the plugin is used.
Desktop (please complete the following information):
Gradle version: 8.7
Plugin name and version: version: com.google.android.gms.oss-licenses-plugin:0.10.6
The text was updated successfully, but these errors were encountered:
Describe the bug
The plugin
com.google.android.gms.oss-licenses-plugin
is not compatible with Gradle's configuration cache.To Reproduce
Steps to reproduce the behavior:
gradle.properties
:org.gradle.configuration-cache=true
./gradlew assembleDebug
Expected behavior
Configuration cache should work when the plugin is used.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: