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
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Hi,
I tried to use your plugin in my project. But when trying to build with Gradle to generate the Java files I got an error, see details below.
plugins {
id 'me.seeber.wsimport' version '1.1.2'
}
Gradle Version: 5.0
Java Home: /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home
Gradle Tasks: build
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'myservice'.
> Exception thrown while executing model rule: WsimportPlugin.PluginRules#createWsdlSourceSets(ModelMap<WsimportComponent>, FileOperations) > create(wsdlMain) > create(wsdl)
> Could not create LanguageSourceSet of type WsdlSourceSet
The text was updated successfully, but these errors were encountered:
The plugin will lose compatibility with gradle before 5.0, but the current plugin version works perfectly for older gradle, so it should not be a problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I tried to use your plugin in my project. But when trying to build with Gradle to generate the Java files I got an error, see details below.
The text was updated successfully, but these errors were encountered: