You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the plugin with a more recent IntelliJ (mine is 2020.1) and Java >= 9, I get the following error:
`CommandLineWrapper` is ill-suited for launching apps on Java 9+.
If the run configuration uses "classpath file", please change it to "@argfile".
Otherwise, please contact support.
Hi,
When using the plugin with a more recent IntelliJ (mine is 2020.1) and Java >= 9, I get the following error:
This is due to a change done in IntelliJ - JetBrains/intellij-community@3de0403
The text was updated successfully, but these errors were encountered: