-
Type:
Improvement
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9-rc-1
My specific experience was with custom beans being used as the type of an attribute marked as @Input. The belief is any "complex type" will cause the same issue.
An example can be found in the jDocBook plugin code. One such example is the getFormat() method in the RenderTask ( http://github.com/gradle/gradle-jdocbook/blob/master/src/main/groovy/org/jboss/gradle/plugins/jdocbook/RenderTask.java ). You can see how I needed to "flatten" out the bean attributes in order to get it working.