From dd8d466bd150e1bab0c4b31beb2252db7018da45 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sun, 16 Sep 2012 17:26:29 +0400 Subject: [PATCH] Fix project.clj --- project.clj | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/project.clj b/project.clj index 7c02903..1c15002 100644 --- a/project.clj +++ b/project.clj @@ -44,10 +44,4 @@ "sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots" :snapshots true :releases {:checksum :fail :update :always}}} - :warn-on-reflection true - :mailing-list {:name "clojure-riak" - :archive "https://groups.google.com/group/clojure-riak" - :post "clojure-riak@googlegroups.com"} - :plugins [[codox "0.6.1"]] - :codox {:sources ["src/clojure"] - :output-dir "doc/api"}) + :warn-on-reflection true)