Hi,

Am 07.06.2010 um 22:09 schrieb Hans Dockter:

> Either this or it is a bug. Could you give more information on the build 
> script?

This is the buildscript:

buildscript {
    repositories {
        flatDir name: 'gradleHome',
                dirs: System.getenv('GRADLE_HOME') + '/lib/plugins'
    }
    dependencies {
        classpath 'clojuresque:clojuresque:1.4.0-SNAPSHOT'
    }
}

apply plugin: 'clojure'

clojureSnapshotsRepo repositories
gradleHomeRepo repositories

dependencies {
    compile 'org.clojure:clojure:1.2.0-master-SNAPSHOT'

    development 'vimclojure:vimclojure:2.2.0-SNAPSHOT'
}

clojuresque is said third-party plugin. I put it in the plugins directory of 
the gradle installation (preview1, btw). vimclojure is also in the plugins 
directory and picked up from there. clojureSnapshotsRepo and gradleHomeRepo are 
convenience functions provided by the plugin to add certain repositories to the 
build.

The dependency in question is the one on Clojure. It gets downloaded several 
times.

Sincerely
Meikel


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

    http://xircles.codehaus.org/manage_email


Reply via email to