[Gradle's Configuration Cache](https://docs.gradle.org/current/userguide/configuration_cache.html) speeds up compilation. - Task `createDelegatingModules` of type `org.beryx.jlink.CreateDelegatingModulesTask`: 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.14.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types When using with `prepareModulesDir`, there is an error: Try out: Add following line to `gradle.properties`: org.gradle.configuration-cache=true And run `prepareModulesDir`
Gradle's Configuration Cache speeds up compilation.
createDelegatingModulesof typeorg.beryx.jlink.CreateDelegatingModulesTask: 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.14.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
When using with
prepareModulesDir, there is an error:Try out:
Add following line to
gradle.properties:And run
prepareModulesDir