Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin is broken with gradle 4.5 #8

Open
cpoulsen-dezide opened this issue Jan 30, 2018 · 4 comments
Open

Plugin is broken with gradle 4.5 #8

cpoulsen-dezide opened this issue Jan 30, 2018 · 4 comments

Comments

@cpoulsen-dezide
Copy link

The error is:

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

@m-raab
Copy link
Contributor

m-raab commented Feb 16, 2018

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

@lathspell
Copy link

lathspell commented Feb 16, 2018

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
Copy link

wz2b commented Sep 6, 2018

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
Copy link

ktor commented Mar 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants