Hi,
similar to #20193 I found that JarCommandIT.jarCreationWithGrabResolver()
fails if the java version in the console is different to the one used in IDEA, which is used to run the test.
Setting it explicitly in the CommandLineInvoker
or more specifically in the ProcessBuilder
seems to fix that.
Cheers, Christoph