这是indexloc提供的服务,不要输入任何密码
Skip to content

Configuration cache support #255

@dsvensson

Description

@dsvensson

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions