Last Updated: February 25, 2016
·
1.608K
· gesellix

using a nested model for your custom gradle task or plugin

You probably know about using Annotation Types for your custom Gradle plugin input values.

When using a more complex input model, you can step on Serialization issues. Using the @Nested annotation helps. You can find details and an example at the Hypoport blog.