Skip to content
Snippets Groups Projects
Commit b0cff397 authored by Mariell's avatar Mariell :speech_balloon:
Browse files

Add leiningen project file

parent feb834b5
No related branches found
No related tags found
No related merge requests found
(defproject bukkit4clojure "0.1.0-SNAPSHOT"
:description "A Clojure wrapper for Bukkit."
:url "https://github.com/Project-Coalesce/Bukkit4Clojure"
:license {:name "MIT License"
:url "https://github.com/Project-Coalesce/Bukkit4Clojure/blob/master/LICENSE"}
:dependencies [[org.clojure/clojure "1.8.0"]]
:repositories {"spigot-repo" "https://hub.spigotmc.org/nexus/content/repositories/snapshots/"}
:main com.coalesce.core
:java-source-paths ["src"]
:source-paths ["src"]
:target-path "target/%s"
:profiles {:uberjar {:aot :all}
:provided {:dependencies [[org.spigotmc/spigot-api "1.11.2-R0.1-SNAPSHOT"]]}})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment