Hi,

I'm finally looking at building a Grails project with Gradle, but I
have already hit a stumbling block. In order to call into the Grails
build system, I have to have the artifact "grails-bootstrap" on the
build classpath. I initially tried this in the "settings.gradle" file:

  dependencies("org.grails:grails-bootstrap:1.1-SNAPSHOT:jar")

but Gradle said it couldn't find the module (it tried "clientModule"
and "build-resolver"). I then tried to add a Maven repository, but
that bombed pretty quickly:

  dependencies {
      addMavenRepo()
  }
  dependencies("org.grails:grails-bootstrap:1.1-SNAPSHOT:jar")

Any ideas?

Thanks,

Peter

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to