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

Support Gradle 5.X #77

Open
markmaxey opened this issue Aug 16, 2019 · 0 comments
Open

Support Gradle 5.X #77

markmaxey opened this issue Aug 16, 2019 · 0 comments

Comments

@markmaxey
Copy link

@ronh73 and @gregmunt in PR #74 pointed out an incompatibility with Gradle 5.X. I've subsequently found another:

CucumberJvmOptions that accepts a FileResolver is attempting to call Gradle's DefaultForkOptions(FileResolver) which was removed on 01/31/19 with this changeset. Because of this, when I build using Gradle and this project's Gradle plugin, I receive the following exception:

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

There are a couple of problems here:

  1. It isn't clear how to fix the issue. More research into Gradle's new APIs is required.
  2. Any solution would be backwards incompatible prior to Gradle 5.3.0.RC1

:(

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

1 participant