Closed RadekCap closed 1 year ago
By looking at test code bellow your changes, I got impression that path was changed in JDK17 from ${JAVA_INSTALL_DIR}\\lib\\server
to ${JAVA_INSTALL_DIR}\\bin\\server
. But exact version is tested.
I think better fix would probably be changing [[ $OTOOL_JDK_VERSION -eq 17 ]]
to [[ $OTOOL_JDK_VERSION -ge 17 ]]
.
Excluded this test to not fail pipelines like this - https://github.com/rh-openjdk/WindowsTPS/actions/runs/4365175766
It'll be fixed in #24 or #35.
Closes #35