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
Is your suggested enhancement related to a problem? Please describe.
20 problems were found storing the configuration cache, 7 of which seem unique.
- Task `:additionsModrinth` of type `com.modrinth.minotaur.TaskModrinthUpload`: cannot serialize object of type 'org.gradle.api.tasks.bundling.Jar', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:additionsModrinth` of type `com.modrinth.minotaur.TaskModrinthUpload`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:generatorsModrinth` of type `com.modrinth.minotaur.TaskModrinthUpload`: cannot serialize object of type 'org.gradle.api.tasks.bundling.Jar', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:generatorsModrinth` of type `com.modrinth.minotaur.TaskModrinthUpload`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:modrinth` of type `com.modrinth.minotaur.TaskModrinthUpload`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task `:toolsModrinth` of type `com.modrinth.minotaur.TaskModrinthUpload`: cannot serialize object of type 'org.gradle.api.tasks.bundling.Jar', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:task_access
- Task `:toolsModrinth` of type `com.modrinth.minotaur.TaskModrinthUpload`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
Is your suggested enhancement related to a problem? Please describe.
Describe the solution you'd like
Support for Gradle's configuration cache system: https://docs.gradle.org/current/userguide/configuration_cache.html
Describe alternatives you've considered
Manually specifying in the task that it is not compatible with the configuration cache:
notCompatibleWithConfigurationCache('Not yet compatible')
Additional context
No response
The text was updated successfully, but these errors were encountered: