Christopher C. Smith

Results 3 comments of Christopher C. Smith

I reverted the 'pace-src' script load to standard 'src' and my debugging ability returned (that is the source code mapped properly) AND ember-cli-pace is still working. Does this make any...

My solution was: * Uninstall lombok extension * Using wsl command line tools * Lock the lombok dependency to version 1.18.12 in both the dependency management and compiler plugin management...

The issue is in: https://github.com/samueltbrown/gradle-cucumber-plugin/blob/master/src/main/java/com/excella/gradle/cucumber/CucumberRunner.java the --tags option is getting added for every tag throwing the runner off the lines: ``` if (tags != null) { for(String tag : tags){...