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
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.
The text was updated successfully, but these errors were encountered:
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 hereHence gradle-cucumber-plugin now fails with:
The text was updated successfully, but these errors were encountered: