Closed SethTisue closed 7 months ago
the test does jdeps -P, but -P was deprecated at some point and actually removed from JDK 22
jdeps -P
-P
this is causing the mergely builds at https://github.com/scala/scala/security to fail
the test does
jdeps -P
, but-P
was deprecated at some point and actually removed from JDK 22this is causing the mergely builds at https://github.com/scala/scala/security to fail