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
A problem occurred evaluating project ... Could not find method xjcEpisode() for arguments [configuration ...] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
And additionally, neither <name>XjcEpisode nor <name>XjcEpisodes is working as configuration for consuming episode files.
I get the following exception if I use fooXjcEpisodes 'my.group:my-artifact:0.1'
A problem occurred evaluating project ':myproject'.
> Could not find method fooXjcEpisodes() for arguments [my.group:my-artifact:0.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
I was wondering about this exception:
A problem occurred evaluating project ... Could not find method xjcEpisode() for arguments [configuration ...] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
I followed the documentation:
https://unbroken-dome.github.io/projects/gradle-xjc-plugin/#_consuming_episodes
By your samples I find out that it should be xjcEpisodes.
The text was updated successfully, but these errors were encountered: