You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't set any publish options, ivy4r's buildr extension will throw an exception like this when you invoke {project}:ivy:publish:
undefined method `*' for nil:NilClass
/Users/rsutphin/.rvm/gems/jruby-1.4.0@buildr/gems/ivy4r-0.10.5/lib/buildr/ivy_extension.rb:201:in `__publish__'
/Users/rsutphin/.rvm/gems/jruby-1.4.0@buildr/gems/ivy4r-0.10.5/lib/buildr/ivy_extension.rb:728:in `after_define'
If the default options are never sufficient, it would be nice if ivy4r would tell you that you need to set publish options rather than failing in this way.
The text was updated successfully, but these errors were encountered:
If you don't set any publish options, ivy4r's buildr extension will throw an exception like this when you invoke
{project}:ivy:publish
:If the default options are never sufficient, it would be nice if ivy4r would tell you that you need to set publish options rather than failing in this way.
The text was updated successfully, but these errors were encountered: