Skip to content

Commit

Permalink
update build to force Java 1.6 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgoetz committed Dec 5, 2013
1 parent 061ee2e commit b201033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storm-console-logging/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(defproject storm/storm-console-logging VERSION
:resource-paths ["logback"]
:target-path "target"

:javac-options ["-target" "1.6" "-source" "1.6"]
:profiles {:release {}
}

Expand Down
2 changes: 1 addition & 1 deletion storm-core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
:test-paths ["test/clj"]
:resource-paths ["../conf"]
:target-path "target"

:javac-options ["-target" "1.6" "-source" "1.6"]
:profiles {:dev {:resource-paths ["src/dev"]
:dependencies [[org.mockito/mockito-all "1.9.5"]]}
:release {}
Expand Down
1 change: 1 addition & 0 deletions storm-netty/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
:profiles {:release {}}
:jvm-opts ["-Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib"]
:target-path "target"
:javac-options ["-target" "1.6" "-source" "1.6"]
:aot :all))

0 comments on commit b201033

Please sign in to comment.