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

API changes with Gradle 5.3 #15

Open
GFriedrich opened this issue Mar 22, 2019 · 1 comment
Open

API changes with Gradle 5.3 #15

GFriedrich opened this issue Mar 22, 2019 · 1 comment

Comments

@GFriedrich
Copy link

Gradle 5.3 changed some internal APIs which broke this plugin.
E.g. you get an error like:

Caused by: java.lang.NoSuchMethodError: org.gradle.process.internal.JavaExecHandleBuilder.<init>(Lorg/gradle/api/internal/file/FileResolver;Ljava/util/concurrent/Executor;Lorg/gradle/initialization/BuildCancellationToken;)V
	at com.github.jengelman.gradle.plugins.processes.internal.DefaultJavaForkAction.<init>(DefaultJavaForkAction.java:17)

Would be great if you could fix it.
Thanks in advance!

@alwaysthecritic
Copy link

It seems that DefaultJavaForkAction cannot be constructed because its superclass JavaExecHandleBuilder now has more than three arguments since Gradle 5.3+. Which means this plugin only works up to Gradle 5.2.x. Not sure how easy it would be to get it back to working, but would be a massive help to us as we're in quite deep with this plugin.

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

2 participants