File tree Expand file tree Collapse file tree
jdoc-cucumber-gradle-plugin
src/main/java/org/bool/jdoc/cucumber/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ jdocCucumber {
3838| ` outputDir ` | ` Directory ` | project.layout.buildDirectory.dir("generated/sources/jdoc-cucumber") | Path to store generated features |
3939| ` langTag ` | ` String ` | "gherkin" | ` lang ` tag to parse. Only ` <code lang="<langTag>"> ` javadoc blocks will be parsed and written as features |
4040| ` sources ` | ` FileCollection ` | sourceSets.main.java.sourceDirectories | source directories to search java files with jdoc-cucumber comments |
41- | ` cucumberVersion ` | ` String ` | "7.17.0 " | ` io.cucumber:cucumber-java ` dependency version to register in ` testImplementation ` configuration |
41+ | ` cucumberVersion ` | ` String ` | "7.34.6 " | ` io.cucumber:cucumber-java ` dependency version to register in ` testImplementation ` configuration |
4242| ` gluePackages ` | ` List<String> ` | | List of packages with cucumber glue code |
4343
4444## Tasks
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class JdocCucumberPlugin implements JdocTestPlugin {
1818
1919 public static final String TEST_TASK_NAME = "jdocCucumberTest" ;
2020
21- public static final String CUCUMBER_VERSION = "7.34.3 " ;
21+ public static final String CUCUMBER_VERSION = "7.34.6 " ;
2222
2323 @ Override
2424 public void apply (Project project ) {
You can’t perform that action at this time.
0 commit comments