Skip to content

Instantly share code, notes, and snippets.

@fabiokung
Created August 6, 2011 06:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save fabiokung/1129081 to your computer and use it in GitHub Desktop.
Template for heroku java/war projects (using the cedar stack + clojure support)
(defproject project-name "0.0.1"
:dependencies
[[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
[lein-mvn "0.1.0"]
[lein-herokujetty "0.1.0"]]
:eval-in-leiningen true)
(require 'heroku-autobuild)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment