Hi Russel,
On Apr 9, 2009, at 2:43 AM, Russel Winder wrote:
Using a just updated Gradle Trunk, having the section:
dependencies {
addMavenRepo ( )
. . .
}
in build.gradle leads to:
Cause: No signature of method:
org
.gradle
.api
.internal
.artifacts.dsl.dependencies.DependencyHandler.addMavenRepo() is
applicable for argument types: () values: {}
is this what is expected?
Yes, 0.6 will have breaking changes.
you have to refactor the addMavenRepo out of the dependencies into:
repositories {
mavenCentral()
}
There are now additional samples in the samples directory. Have a look
for example at the java/quickstart example.
- Hans
--
Hans Dockter
Gradle Project lead
http://www.gradle.org
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email