Skip to content
Snippets Groups Projects
Commit 5d87bdbb authored by René Schöne's avatar René Schöne
Browse files

update relast.preprocessor for 0.0.4

parent ed079642
No related branches found
No related tags found
No related merge requests found
Pipeline #10035 passed
......@@ -4,7 +4,7 @@
Add/Merge the following snippet in your `build.gradle`.
**Note**: List all grammar files in the arguments and the changed name of JastAdd's list class, if applicable.
**Note**: List all grammar files in the arguments, and the changed name of JastAdd's list class, if applicable.
```groovy
repositories {
......@@ -20,7 +20,7 @@ configurations {
}
dependencies {
coverageGeneratorClasspath group: 'de.tudresden.inf.st', name: 'coverageGenerator', version: '0.0.1'
coverageGeneratorClasspath group: 'de.tudresden.inf.st', name: 'coverageGenerator', version: '0.0.4'
}
task generateCoverage(type: JavaExec) {
......@@ -29,7 +29,7 @@ task generateCoverage(type: JavaExec) {
args([
'--jastAddList=JastAddList',
'--outBaseDir=src/gen/jastadd',
'--outputBaseDir=src/gen/jastadd',
'src/main/jastadd/Example.relast'
])
}
......
Subproject commit 2850be7fdfa925b2e299bd8b06a11d3c11d7b49f
Subproject commit 4ab23d179d7850ad38071ca70e7a78ea6db7f62a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment