When running jruby -S rake spec and image_voodoo is required in the project, following error occurs:
can't convert Class into String
This is probably caused by using import instead of java_import?
Description
When running jruby -S rake spec and image_voodoo is required in the project, following error occurs:
can't convert Class into String
This is probably caused by using import instead of java_import?
And other rake tasks fails as well.