gradle-cucumber-plugin
gradle-cucumber-plugin copied to clipboard
No longer works with Gradle 3.x if eclipse plugin is applied
noExportConfigurations
has been deprecated in the EclipseClasspath dsl for some time now and has finally been removed completely in Gradle 3.x, but is currently being used here
Hence gradle-cucumber-plugin now fails with:
* What went wrong:
A problem occurred evaluating root project 'example-root-project'.
> Failed to apply plugin [id 'com.github.samueltbrown.cucumber']
> Could not get unknown property 'noExportConfigurations' for object of type org.gradle.plugins.ide.eclipse.model.EclipseClasspath.
Any updates on this?
Bump