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
No related branches found
No related tags found
1 merge request!121.2.2
Pipeline #14567 passed
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
...@@ -22,7 +22,7 @@ build: ...@@ -22,7 +22,7 @@ build:
- "./gradlew assemble" - "./gradlew assemble"
artifacts: artifacts:
paths: paths:
- "dumpAst/src/gen" - "dumpAst.base/src/gen"
expire_in: 1 week expire_in: 1 week
test: test:
...@@ -65,7 +65,7 @@ ragdoc_build: ...@@ -65,7 +65,7 @@ ragdoc_build:
needs: needs:
- build - build
script: script:
- JAVA_FILES=$(find dumpAst/src/ -name '*.java') - JAVA_FILES=$(find dumpAst.base/src/ -name '*.java')
- echo $JAVA_FILES | wc -l - echo $JAVA_FILES | wc -l
- /ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES - /ragdoc-builder/start-builder.sh -excludeGenerated -d data/ $JAVA_FILES
artifacts: artifacts:
......
...@@ -160,6 +160,8 @@ java { ...@@ -160,6 +160,8 @@ java {
publishing { publishing {
publications { publications {
maven(MavenPublication) { maven(MavenPublication) {
//noinspection GroovyAssignabilityCheck
artifactId = 'dumpAst'
from components.java from components.java
} }
} }
......
...@@ -32,13 +32,13 @@ The normal jar does not suffice, as it lacks the information on needed dependenc ...@@ -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 git clone https://git-st.inf.tu-dresden.de/jastadd/dumpAst.git
cd dumpAst cd dumpAst
./gradlew fatJar ./gradlew fatJar
ls dumpAst/build/libs/ ls dumpAst.base/build/libs/
``` ```
This jar can then be copied to your project. This jar can then be copied to your project.
```bash ```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/ cd ../your-project/
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment