Tim Nielens
Tim Nielens
Could the plugin support gradle's configuration cache. In a project of mine, I'm trying to enable configuration caching and I face issues related to the scalatest plugin. ``` 7 problems...
Implements #70, addresses #59.
Implements #71.
I'm facing configuration cache issues when applying your plugin. ``` - Task `:my-project:jaxbJavaGenV1311` of type `com.intershop.gradle.jaxb.task.SchemaToJavaTask`: invocation of 'Task.project' at execution time is unsupported. See https://docs.gradle.org/8.5/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution ``` To reproduce, run...
The tasks of this plugin don't seem to support the gradle task cache. * Expected behavior When I configure my jaxb generation to strip varying parts of the generation output...
### What problem does the new feature solve? `interpolated_average()` is not supported in continuous aggregates due to window function usage. Example ```sql CREATE TABLE IF NOT EXISTS series_point ( series_name...
The scala compiler logs these messages for certain custom types of mine. ``` Could not infer SQL-type of String, assuming it is a Unknown Quat. Could not infer SQL-type of...