But know I get a "InvocationTargetException", which is caused by a "NoClassDefFoundError" on "org.objectweb.asm.Opcodes" when I try and run the intention.
Don't know if I installed plugin correctly. I'm on a Mac, and unzipped it down in "/Applications/Maia-IU-95.54.app/plugins".
Anyways, I got an intention "Grab the artifacts", but when I execute it pops up with "UnsupportedClassVersionError" (0 dependencies downloaded). Hugh!?
Anyways, I already had the dependencies downloaded cause I had the script run with groovy on cmdline which grab'ed the dependencies.
What I really need is for IDEA to add what's on @Grab's to the module classpath, to avoid imports being red.
Comments:
Just add Ivy to your module dependencies
Which ivy plugin am i supposed to use?
It a shame because it looks great.
:-(
I'm running Maia 95.54.
Anyways, I got an intention "Grab the artifacts", but when I execute it pops up with "UnsupportedClassVersionError" (0 dependencies downloaded). Hugh!?
Anyways, I already had the dependencies downloaded cause I had the script run with groovy on cmdline which grab'ed the dependencies.
What I really need is for IDEA to add what's on @Grab's to the module classpath, to avoid imports being red.
@Grab('com.oracle:'),
@GrabConfig(systemClassLoader=true)
])
Any plan to add code completion for Grab value? If I input group name, then module and version should be popuped.