intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Run gradle test against with JBR
I want to run my tests against with JBR, but didn't found any docs about it.
I found to test against with jbr is to set the jbr to be the java home by jenv.
It's more like a workaround, I think it's better to handle it on gradle-intellij-plugin side. So reopening.
Btw, setting exeutable for test task is simpler workaround