Groovy - @Grab - Failing during compilation

Viewed 20

I have a groovy script with @Grab annotation. If i try to run the it throws no class found definition error during compile even I use @Grab annotation.

If I run from shell or console script is running. Any hint what may be the issue.

0 Answers
Related