Open
Description
I'm using the xjcGenerate task in my gradle script to generate required classes. It worked fine until I migrated the gradle version to 7.4 from 6.8.
gradle-xjc-plugin:1.4.0
Java: 11
xjcGenerate {
targetPackage = "nl.xyz.xsd"
source = fileTree('src/main/resources/wsdl')
extraArgs = [ '-wsdl' ]
}
I'm receiving the following error during task execution...
Some problems were found with the configuration of task ':cir:xjcGenerate' (type 'XjcGenerate').
- In plugin 'org.unbroken-dome.xjc' type 'org.unbrokendome.gradle.plugins.xjc.XjcGenerate' property 'contentForWildcard' has redundant getters: 'getContentForWildcard()' and 'isContentForWildcard()'.
Would anyone be able to help me to resolve this issue?
Metadata
Metadata
Assignees
Labels
No labels
Activity