Skip to content

Property 'contentForWildcard' has redundant after migrating to Gradle 7.4 from 6.8 #50

@vivekbdh

Description

@vivekbdh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions