Avro Plugin for Gradle

I want to use Gradle for my Confluent client project. Does anyone have documentation or an example of how to use the avro plugin to generate Java source code from an avsc file? Below is the Maven definition

org.apache.avro
avro-maven-plugin
${avro.version}


generate-sources

schema


${project.basedir}/src/main/resources/avro/io/confluent/examples/clients/cloud/

DataRecordAvro.avsc

${project.build.directory}/generated-sources



hey @tjmcclure0501

there is a short example

may be helpful.

best,
michael