frevib commented on code in PR #3614: URL: https://github.com/apache/avro/pull/3614#discussion_r2969999794
########## lang/java/gradle-plugin/README.md: ########## @@ -0,0 +1,89 @@ +# Avro Gradle plugin (in development) + +Gradle plugin that generates Java code from Avro schemas + +## Requirements +* Java 21 or higher +* Gradle 9 or higher + +## Version +`0.0.2` + +first beta + +`0.0.5` + +Possible breaking change: rename `CompileSchemaTask` to `CompileAvroSchemaTask` + +Add logical type factories + +Now released on Gradle plugin portal: https://plugins.gradle.org/plugin/eu.eventloopsoftware.avro-gradle-plugin + +`0.0.7` + +It is not needed to add `tasks.named("compileKotlin") { dependsOn(tasks.named("avroGenerateJavaClasses")) }` any more + +`0.0.8` + +Add `sourceZipFiles` property to add zip files with schemas in them Review Comment: No. I want to say there zip file that include schemas. Improved now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
