Add javaDoc gradle task as job to CI pipeline #218

Merged
lars.winzer merged 1 commits from chore/30-javadoc-ci-job into main 2026-03-31 13:06:48 +02:00
+8
View File
@@ -92,6 +92,14 @@ compile-check:
- if: '$CI_COMMIT_BRANCH' - if: '$CI_COMMIT_BRANCH'
allow_failure: false 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: test:
<<: *gradle-cache <<: *gradle-cache
stage: test stage: test