frevib commented on code in PR #3614:
URL: https://github.com/apache/avro/pull/3614#discussion_r2661718243


##########
lang/java/gradle-plugin/README.md:
##########
@@ -0,0 +1,59 @@
+# Avro Gradle plugin (in development)
+
+Gradle plugin that generates Java code from Avro schemas
+
+## Usage
+
+### Add avro extension
+In `build.gradle.kts`:
+
+Add plugin
+
+```kotlin
+plugins {
+    id("eu.eventloopsoftware.avro-gradle-plugin") version "0.0.2"

Review Comment:
   As discussed with @opwvhk , we'll use this domain for beta testing. We're 
planning a release under org.apache.avro in the coming month.



-- 
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]

Reply via email to