gradle-cucumber-plugin icon indicating copy to clipboard operation
gradle-cucumber-plugin copied to clipboard

No longer works with Gradle 3.x if eclipse plugin is applied

Open dnwe opened this issue 8 years ago • 2 comments

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.

dnwe avatar Nov 02 '16 23:11 dnwe

Any updates on this?

praveena-mouli avatar Mar 30 '17 18:03 praveena-mouli

Bump

hamo26 avatar Oct 30 '17 16:10 hamo26