Update Gradle wrapper to 6.3 and Asciidoctor to 3.3.2

This commit is contained in:
2022-05-16 15:00:16 +02:00
parent 009463c00c
commit e85a508652
5 changed files with 70 additions and 45 deletions
+1 -4
View File
@@ -12,10 +12,7 @@ Create Documentation:
stage: build
script:
- chmod +x docs/gradlew
- cd docs; ./gradlew asciidoctor
artifacts:
paths:
- docs/build/asciidoc/pdf/kalorienmanager.pdf
- cd docs; ./gradlew publish
Compile Go Application:
stage: build