Merge branch 'chore/30-javadoc-ci-job' into 'main'

Add javaDoc gradle task as job to CI pipeline

Closes #30

See merge request cs108-fs26/Gruppe-13!62
This commit was merged in pull request #218.
This commit is contained in:
Lars Simon Winzer
2026-03-31 13:06:47 +02:00
+8
View File
@@ -92,6 +92,14 @@ compile-check:
- if: '$CI_COMMIT_BRANCH'
allow_failure: false
javadoc-check:
<<: [*gradle-cache, *on-mr]
stage: build
image: gradle:9.3.1-jdk25
script:
- gradle javaDoc --configuration-cache --configuration-cache-problems=warn
needs: []
test:
<<: *gradle-cache
stage: test