IntershopCommunicationsAG / wsdl-gradle-plugin

Apache License 2.0
9 stars 14 forks source link

Plugin is broken with gradle 4.5 #8

Open cpoulsen-dezide opened 6 years ago

cpoulsen-dezide commented 6 years ago

The error is:

Could not find matching constructor for: org.gradle.process.internal.JavaExecHandleBuilder(org.gradle.api.internal.file.BaseDirFileResolver)

m-raab commented 6 years ago

I migrated the plugin for Gradle 4.5 (see new branch).

lathspell commented 6 years ago

Thanks for migrating the plugin, I've just stumbled about this problem today! But as I'm new to gradle I can't figure out how use a locally compiled plugin version and the new version does not seem to be released in the official repositories. Can you give me a hint?

EDIT: I had to add this to gradle.properties: pluginManagement { repositories { mavenLocal() }} and add Kotlin like described on https://kotlinlang.org/docs/reference/using-gradle.html

wz2b commented 6 years ago

I have this same issue but would like to not have to use a local copy of the plugin. My problem is with gradle 4.9 but it's the same. Any chance of getting this released?

ktor commented 5 years ago

I do have the same problem with version 1.1.1 and gradle 4.10.2