Error: Could not find or load main class cucumber.api.cli.Main
问题 I try to run this gradle task task runCucumber(type: JavaExec) { main = "cucumber.api.cli.Main" args += ['-f', 'html:build/reports/cucumber/', '-f', 'json:build/reports/cucumber/report.json', '--glue', 'com.waze.testing.cucumber', 'src/main/resources/features' , '--tags', '~@ignore', '--tags', '~@preRelease', '--tags', '@advil'] systemProperties['http.keepAlive'] = 'false' systemProperties['http.maxRedirects'] = '20' ignoreExitValue = true } and get this error: Error: Could not find or load