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

fix more files after renaming

parent 016d8b81
Branches
Tags
1 merge request!121.2.2
Pipeline #14567 passed
......@@ -22,7 +22,7 @@ build:
- "./gradlew assemble"
artifacts:
paths:
- "dumpAst/src/gen"
- "dumpAst.base/src/gen"
expire_in: 1 week
test:
......@@ -65,7 +65,7 @@ ragdoc_build:
needs:
- build
script:
- JAVA_FILES=$(find dumpAst/src/ -name '*.java')
- JAVA_FILES=$(find dumpAst.base/src/ -name '*.java')
- echo $JAVA_FILES | wc -l
- /ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES
artifacts:
......
......@@ -160,6 +160,8 @@ java {
publishing {
publications {
maven(MavenPublication) {
//noinspection GroovyAssignabilityCheck
artifactId = 'dumpAst'
from components.java
}
}
......
......@@ -32,13 +32,13 @@ The normal jar does not suffice, as it lacks the information on needed dependenc
git clone https://git-st.inf.tu-dresden.de/jastadd/dumpAst.git
cd dumpAst
./gradlew fatJar
ls dumpAst/build/libs/
ls dumpAst.base/build/libs/
```
This jar can then be copied to your project.
```bash
cp dumpAst/build/libs/dumpAst-<version>.jar ../your-project/libs/dumpAst.jar
cp dumpAst.base/build/libs/dumpAst.base-fatJar-<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