If I try to build the jar, I get the following error:
A problem occurred evaluating root project 'rundeck-ec2-nodes-plugin'.
Could not resolve all dependencies for configuration ':pluginLibs'.
Artifact 'commons-logging:commons-logging:1.0.3@jar' not found.
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.
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.