I am using However when executing sbt assembly I am getting: running java 18 Answer Using java 8 solved this issue as AminMal suggested
Tag: sbt-plugin
How to fix No processor claimed any of these annotations: org.apache.avro.specific.AvroGenerated?
I’m having this error: No processor claimed any of these annotations: org.apache.avro.specific.AvroGenerated How I got the error: I was trying to implement an Avro serialize and deserialize. So, I generated an Avro Class out of .avsc file using an sbt-avro plugin. The generated Avro Class has an annotation above @org.apache.avro.specific.AvroGenerated. I tried commenting it out, it didn’t solve the issue,