Intellij IDEA not importing dependencies from @Grab in Groovy project -


i have groovy script working on, imports dependencies using @grab annotation. script run within idea, , command line. however, within ide, imports shown in red (as unresolvable), , no auto-completion on classes imported given.

i accessing corporate repository via proxy, has been configured http proxy within idea (the module should be, , is, in local .m2 repo anyway!)

anyone got ideas (no pun intended!)?

i using intellij idea 12.5 ultimate (iu-129.1135), jre 1.7, , groovy 2.1.6

as stated crazycoder, alt + enter select grab artifacts , enter


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -