diff --git a/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md b/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md index 1a651b864..61c881eea 100644 --- a/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md +++ b/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md @@ -1,6 +1,6 @@ # Gradle Grammar-Kit Plugin - + @@ -39,7 +39,7 @@ plugins { -> This project requires `Gradle 7.0` or newer, however it is recommended to use the latest Gradle available. +> This project requires `Gradle 7.4` or newer, however it is recommended to use the latest Gradle available. > Update it with: > ```Bash > ./gradlew wrapper --gradle-version=VERSION @@ -97,7 +97,7 @@ Type : `String` Default value -: `2021.1.2` +: `2022.3.1` #### jflexRelease @@ -137,10 +137,10 @@ The `generateLexer` task generates a lexer for the given grammar. The task is configured using common [`grammarKit`](#grammar-kit-extension) extension. -#### source +#### sourceFile {id="tasks-generatelexer-source"} -The source Flex file to generate the lexer from. +The source .*flex file to generate the lexer from. {style="narrow"} Required @@ -211,10 +211,10 @@ The `generateParser` task generates a parser for the given grammar. The task is configured using common [`grammarKit`](#grammar-kit-extension) extension. -#### source +#### sourceFile {id="tasks-generateparser-source"} -The source BNF file to generate the parser from. +The source .bnf file to generate the parser from. {style="narrow"} Required