- Get Gradle: http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-1-all.zip
- Unzip the zip to some directory.
- Point the
GRADLE_HOMEenv var to/some/directory/gradle-1.0-milestone-1. - Download clojuresque: http://clojars.org/repo/clojuresque/clojuresque/1.4.0/clojuresque-1.4.0.jar
- Put the jar in
$GRADLE_HOME/lib/plugins. - Tell gradle you want to use clojuresque in the buildscript:
- Add clojars to your repositories:
- Put your clojure sources under
src/main/clojure. - Run
gradle build. - Find the jar with your project under
build/lib/<project>-<version>.jar.
A minimal buildscript is:
Some more information can be found in the wiki.
Labels:
1 Comment
Hide/Show CommentsJul 07, 2011
Glen Stampoultzis
Needs to be updated for milestone-3