Skip to content

Commit

Permalink
prepare 0.4.2
Browse files Browse the repository at this point in the history
- define source and target version for javac
- upgrades raynes/fs to 1.4.6
  • Loading branch information
benedekfazekas committed Apr 11, 2015
1 parent 76aeef8 commit bd75bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is an inlining tool which inlines your project's dependencies at packaging ti

## Usage

Put `[thomasa/mranderson "0.4.1"]` into the `:plugins` vector of your project.clj.
Put `[thomasa/mranderson "0.4.2"]` into the `:plugins` vector of your project.clj.

Additionally you also need to mark some of the dependencies in your dependencies vector in the project's `project.clj` with `^:source-dep` meta tag. For example:

Expand Down
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
(defproject thomasa/mranderson "0.4.1"
(defproject thomasa/mranderson "0.4.2"
:description "Leiningen plugin to download and use some dependencies as source."
:url "https://github.com/benedekfazekas/mranderson"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:eval-in :leiningen
:plugins [[thomasa/mranderson "0.4.0"]]
:java-source-paths ["java-src"]
:javac-options ["-target" "1.6" "-source" "1.6"]
:dependencies [^:source-dep [com.cemerick/pomegranate "0.3.0"]
^:source-dep [org.clojure/tools.namespace "0.2.7"]
^:source-dep [me.raynes/fs "1.4.4"]
^:source-dep [me.raynes/fs "1.4.6"]
[com.googlecode.jarjar/jarjar "1.3"]])

0 comments on commit bd75bf5

Please sign in to comment.