Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Javadoc builds currently fail in GitHub Actions:
Run docker-compose run generate-javadoc Pulling generate-javadoc (openjdk:17)... 17: Pulling from library/openjdk Digest: sha256:528707081fdb9562eb819128a9f85ae7fe000e2fbaeaf9f87662e7b3f38cb7d8 Status: Downloaded newer image for openjdk:17 Creating site_generate-javadoc_run ... Creating site_generate-javadoc_run ... done xargs is not available mv: cannot stat 'build/docs/javadocAggregate': No such file or directory 1 Error: Process completed with exit code 1.
There was probably a change in the openjdk:17 image, which has since been deprecated. As a fix, we should move to the eclipse-temurin, which is a direct replacement.
Attachments
Issue Links
- links to