NoClassDefFoundError: gherkin/IGherkinDIalectProvider
问题 I created a simple cucumber test that returns a sequence number. The project builds successfully. I am using the Intellij IDE. When I try to run the cucumber test, I get this error: Exception in thread "main" java.lang.NoClassDefFoundError: gherkin/IGherkinDialectProvider at cucumber.api.cli.Main.run(Main.java:30) at cucumber.api.cli.Main.main(Main.java:18) .... This is a gradle build and I have these dependencies listed below: testCompile('io.cucumber:cucumber-java8:3.0.2') testCompile('io