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

3.0.0

- prepare new release
- use version in Gradle snippets
parent c469a7d9
No related branches found
No related tags found
1 merge request!133.0.1
......@@ -19,7 +19,7 @@ Add `dumpAst` as a dependency:
```
dependencies {
implementation group: 'de.tudresden.inf.st', name: 'dumpAst', version: '1.2.0'
implementation group: 'de.tudresden.inf.st', name: 'dumpAst', version: '{{dumpAst_version()}}'
}
```
......@@ -38,7 +38,7 @@ ls dumpAst.base/build/libs/
This jar can then be copied to your project.
```bash
cp dumpAst.base/build/libs/dumpAst.base-fatJar-<version>.jar ../your-project/libs/dumpAst.jar
cp dumpAst.base/build/libs/dumpAst.base-fatJar-{{dumpAst_version()}}.jar ../your-project/libs/dumpAst.jar
cd ../your-project/
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment