gbaldeck
11/14/2020, 11:29 PMgradlew run
it sees the jvm args and starts just fine, it's only through intellij that theres a problem. Does anyone know how to fix this issue?Nikky
11/15/2020, 11:37 AMkotlin("jvm")
project too (spring server)
my guess is that idea just always passes the arguments into the gradle task, when it is empty that overrides the defaults
setting arguments in JavaExec tasks might work
either way this seems like a bug in idea<option name="vmOptions" value="" />
and do that every time you accidentally edit the configuration via the UIgbaldeck
11/15/2020, 5:40 PM