com.sksamuel.avropoet
Owner: Stephen Samuel
Generates sources from avro definitions
https://github.com/sksamuel/avropoet
Sources: https://github.com/sksamuel/avropoet
Add this plugin to your build using the plugins DSL:
plugins {
id("com.sksamuel.avropoet") version "1.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.sksamuel.avropoet:avropoet-gradle:1.0.3") } } apply(plugin = "com.sksamuel.avropoet")
- Applying plugins to all subprojects .