cucumber-school/scripts

Script for 02.03 should refer to Gradle, not Ant.

cowang opened this issue · 0 comments

The script for Chapter 2: "Your First Scenario", Section 3: "Install Cucumber", should be changed to refer to Gradle, not Ant. Both the video and the script currently refer to Ant, but Ant has apparently not been used in the Cucumber Java Skeleton since 2014 (v1.2.0.1).

Until the video is changed, we could change the text to say something like:

"The template project contains Maven and Gradle build
scripts (Ant build scripts in older versions) that make it easier to get started with Cucumber for Java."

This will help those who are hoping to use Cucumber with Gradle and also give those who want to use Ant a clue as to where to look. I consider changing the video a much lower priority than finishing the rest of the chapters for the course.