Ci: Add javadoc gradle task as job to CI pipeline

This commit is contained in:
Lars Simon Winzer
2026-03-31 13:01:30 +02:00
parent b0b8e3b1d0
commit 701fa9b6ed
+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