-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently in https://github.com/wildfly/wildfly/blob/main/.github/workflows/shared-wildfly-build-and-test.yml file we have 2 JDK setup for JDK11 (JDK11 and JDK17)
The setup for JDK11 occurs after WildFly has been built. This causes the lookup of **/pom.xml files done by the task to compute a cache hash to run into https://github.com/actions/upload-artifact/issues/240 on Windows.
We could do a single setup of multiple JDKs: 11 and 17, then configure JAVA_HOME when building to point to the needed JDK.