You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':product-models:xjc'.
at ...
Caused by: groovy.lang.MissingMethodException: No signature of method: org.openrepose.gradle.plugins.jaxb.ant.AntXjc.execute() is applicable for argument types: (org.gradle.api.internal.project.DefaultAntBuilder, org.openrepose.gradle.plugins.jaxb.extension.XjcExtension_Decorated...) values: [org.gradle.api.internal.project.DefaultAntBuilder@28172255, ...]
at ...
at org.openrepose.gradle.plugins.jaxb.task.JaxbXjc.xjc(JaxbXjc.groovy:145)
at org.openrepose.gradle.plugins.jaxb.task.JaxbXjc$xjc$0.callCurrent(Unknown Source)
at org.openrepose.gradle.plugins.jaxb.task.JaxbXjc.start(JaxbXjc.groovy:105)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at ...
The text was updated successfully, but these errors were encountered:
After updating from gradle 7.6 to 8.0.1 we got the following exception.
To be honest we are using this fork, but issue tracking is not available there: https://github.com/seanrl/gradle-jaxb-plugin
The text was updated successfully, but these errors were encountered: