zladovan / gradle-avrohugger-plugin

Gradle plugin for generating scala case classes from apache avro schemas, datafiles and protocols
Apache License 2.0
11 stars 5 forks source link

not compatible with configuration cache #11

Open dionysios-ntaouros opened 3 days ago

dionysios-ntaouros commented 3 days ago

When I use

org.gradle.configuration-cache=true

I am getting this error

Execution failed for task ':apps:measurement-offloader:parquet:generateAvroScala'.
> No such property: workerExecutor for class: org.gradle.configurationcache.serialization.codecs.ClosureCodec$BrokenObject

if I disable configuration cache it works just fine.

Are there any plans on supporting configuration cache?

zladovan commented 3 days ago

I will try to take a look on it in next few days.