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
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.
Gradle 5.3 changed some internal APIs which broke this plugin.
E.g. you get an error like:
Would be great if you could fix it.
Thanks in advance!
The text was updated successfully, but these errors were encountered: