-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
The GH Action Scripts for Windows do not run correctly. For example, the formatting script does not make it past the call to run the p2 site
"mvn p2:site"
I'm guessing there are some syntax issues in the script.
Script:
https://github.com/openjdk/jmc/blob/master/scripts/checkformatting.bat
Example run:
Note the formatting fails on linux/mac but passes on windows. It passes because spotless was never executed.