Open sergeykad opened 2 years ago
This would help us a lot, is there a plan to support this? Moving initialization code from the gradle task to the gradle plugin (as is recommended practice, anyway) would already bring us most of the way there.
In the v3.2.1263 of the plugin, one of the issues was resolved. This is the updated report.
:module1:generateTypeScript
of type cz.habarta.typescript.generator.gradle.GenerateTask
: cannot deserialize object of type 'org.gradle.api.Task' as these are not supported with the configuration cache.
See https://docs.gradle.org/8.1.1/userguide/configuration_cache.html#config_cache:requirements:task_access:module1:generateTypeScript
of type cz.habarta.typescript.generator.gradle.GenerateTask
: cannot serialize object of type 'org.gradle.api.tasks.compile.JavaCompile', a subtype of 'org.gradle.api.Task', as these are not supported with the configuration cache.
Running build with Gradle configuration cache enabled (
--configuration-cache
) results in the following messages:Gradle 7.4.2 typescript-generator-gradle-plugin:2.36.1070