I ran into some issues building the plugin in master - if I run buildPlugin then it crashes on some L&F error during the test task... but if I run test on its own, and buildPlugin without the dependency on test, everything succeeds. Not sure if it's just something on my machine, but regardless it's not caused by these changes.
Fixes #449
Wanted to run this by you first.
jvmTarget
automaticallyI ran into some issues building the plugin in
master
- if I runbuildPlugin
then it crashes on some L&F error during thetest
task... but if I runtest
on its own, andbuildPlugin
without the dependency ontest
, everything succeeds. Not sure if it's just something on my machine, but regardless it's not caused by these changes.