Fix GitLab CI script and Readme
Change-Id: If26f1dd886867ef977f5ad4629d864e81714f900
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24d366d..7845f56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,10 +17,10 @@
build:
stage: build
script:
- - ./gradlew --build-cache build
+ - ./gradlew --build-cache shadowJar
artifacts:
paths:
- - app/build/libs/korapxml2conllu.jar
+ - app/build/libs/korapxmltool.jar
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
diff --git a/Readme.md b/Readme.md
index 282135c..8bab099 100644
--- a/Readme.md
+++ b/Readme.md
@@ -4,12 +4,16 @@
Up to 200 times faster and more accurate drop-in replacement for the korapxml2conllu part of [KorAP-XML-CoNLL-U](https://github.com/KorAP/KorAP-XML-CoNLL-U).
-For some conversion tasks, however you currently need the conllu2korapxml part of [KorAP-XML-CoNLL-U](https://github.com/KorAP/KorAP-XML-CoNLL-U)
+For some conversion tasks, however, you currently need the conllu2korapxml part of [KorAP-XML-CoNLL-U](https://github.com/KorAP/KorAP-XML-CoNLL-U).
-## Build
+## Download
+
+You can download the latest jar build from the build artifacts [here]([here](https://gitlab.ids-mannheim.de/KorAP/korapxml2conllu/-/jobs/artifacts/master/raw/build/libs/korapxmltool.jar?job=build))
+
+## Build it yourself
```shell script
-./gradlew build
+./gradlew shadowJar
```
## Conversion to [CoNLL-U format](https://universaldependencies.org/format.html)