We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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:
:(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@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:
There are a couple of problems here:
:(
The text was updated successfully, but these errors were encountered: