Closed totallyunknown closed 11 years ago
Greg Schueler » rundeck-ec2-nodes-plugin #2 SUCCESS This pull request looks good (what's this?)
in reference to the Gradle bug you linked: if you remove the .m2/repository/commons-logging/commons-logging/1.0.3/ directory, does it still build with mavenLocal() ?
Yep.
Greg Schueler » rundeck-ec2-nodes-plugin #3 SUCCESS This pull request looks good (what's this?)
it pulled in your other change to update to rundeck 1.6.0, but that is a need patch as well, thanks :)
I think you hit the following Gradle bug:
http://issues.gradle.org/browse/GRADLE-2034
If I try to build the jar, I get the following error:
The reason is, this specific version isn't in my local repository (I use a newer version in an other project). If I remove the mavenLocal() everything works fine.