-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Configuration cache seems to be on track for being marked as stable for 8.1 release of gradle which is not that far away. This feature speeds up gradle a lot, but at the moment this plugin is not compatible.
5 problems were found storing the configuration cache, 4 of which seem unique.
- Task `:checkLicensePreparation` of type `com.github.jk1.license.task.CheckLicensePreparationTask`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.0-rc-3/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:checkLicense` of type `com.github.jk1.license.task.CheckLicenseTask`: cannot serialize object of type 'com.github.jk1.license.task.CacheableReportTask', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.0-rc-3/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:checkLicense` of type `com.github.jk1.license.task.CheckLicenseTask`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject', a subtype of 'org.gradle.api.Project', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.0-rc-3/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:checkLicense` of type `com.github.jk1.license.task.CheckLicenseTask`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.0-rc-3/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
bjarneheden, franckrasolo, utikeev, LucasGronlund, tomkoptel and 15 more
Metadata
Metadata
Assignees
Labels
No labels