gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.77k stars 350 forks source link

Actions Javadoc Java versions inconsistent #3196

Closed GCHQDeveloper314 closed 5 months ago

GCHQDeveloper314 commented 5 months ago

Describe the bug The version of Java used for generating Javadoc in the continuous-integration.yaml workflow is not the same as the version used in the release.yml workflow.

https://github.com/gchq/Gaffer/blob/11ce18b4977b114913b2337ec58ab0860c9a3f44/.github/workflows/continuous-integration.yaml#L51

https://github.com/gchq/Gaffer/blob/11ce18b4977b114913b2337ec58ab0860c9a3f44/.github/workflows/release.yaml#L153

Both should be Java 11, otherwise incompatible Javadoc could be introduced which would cause an unexpected failure on release.