//unexpected gauge plugin error comes
I'm completely new to gauge and asked to create a sample gauge project as POC, followed the official documentation but got the error and couldn't come across and i'm stuck here
Steps followed:
JDK 1.8 was already configured in my system with environment/system variables configured properly
Installed jetbrains intellij-IDEA of version 2019.
Installed gauge on the machine and configured the system variable
Then created a maven project and added a archetype as suggested in blog com.thoughtworks.gauge.maven:gauge-maven-plugin GroupId: “com.thoughtworks.gauge.maven: ArtifactId: “gauge-archetype-java” and selected the template.
got the couple gauge dependencies(gauge java, gauge plugin) in my pom.xml file.
verified the project structure, all required directories were listed.
But when opened the spec file or as soon as i open my IDE i get this error saying unsupported gauge plugin error, it must be >=0.9.0.
need some help here to get rid of that, because of which though the step implementation was mapped and developed still the steps in .spec file have error saying they are unimplemented.Thanks in advance
- I was going through a bug that said exactly the same error in git hub and checked my binary path for gauge, there i've manually chnaged to 0.9.0 from 0.3.15.
- path is set to "C:/program Files/gauge/bin, i've tried chnanging this with the path where i had my gauge plugin libraries Eg: C:\Users\pradeep\Downloads\Gauge-Java-Intellij-0.3.15\Gauge-Java-Intellij\lib
raising a new question as i'm not currently clarified with what to change as my binary path or anyother to fix
https://github.com/kpkk/Gauge-POC - code is available here, on my git repositories