Looks like this needs to be done in order for 1.1.0 to properly have its dependencies resolved. Going to throw this in the 1.1 milestone and release a 1.1.1 with a fix
It looks like this bit of code in the bintray plugin is probably responsible. Since we don't have a pom type artifact in the archives configuration. One is being created with project.name as the name.
Look at this repo layout and you'll see two directories
jruby-gradle-plugin
andjruby-gradle-base-plugin
.This is incorrectly laid out, and everything should be under
jruby-gradle-plugin
The text was updated successfully, but these errors were encountered: