In Warbler's code here: https://github.com/jruby/warbler/blob/master/lib/warbler/config.rb#L203
Is the next block of code:
task "gemjar" do
self.features << "gemjar"
end
But surely that isn't the actual definition of warble gemjar
because that's a one line code block doing nothing.
If that's not the definition, then does someone know where it is?