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
It seems that this plugin doesn't support the gradle configuration. Any plan to support it?
- Task `:platform:runtime:quarkus:base:jandex` of type `org.kordamp.gradle.plugin.jandex.tasks.JandexTask`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.5/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
The text was updated successfully, but these errors were encountered:
This feature is currently not enabled by default. This feature has the following limitations:
The configuration cache does not support all core Gradle plugins and features. Full support is a work in progress.
Your build and the plugins you depend on might require changes to fulfil the requirements.
IDE imports and syncs do not yet use the configuration cache.
@aalmiray yes. It is in broadly available and with full support for Gradle Java plugin. However it requires some changes in the community plugins to fully support it.
Quarkus plugin support it and it dramatically improve our build time, however we are blocked to use it with Quarkus multiple modules project because this plugin.
It seems that this plugin doesn't support the gradle configuration. Any plan to support it?
The text was updated successfully, but these errors were encountered: