Skip to content

Commit 0f4c8f1

Browse files
committed
Enable :warn-on-reflection on lein project
1 parent 4970a1d commit 0f4c8f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
:target-dir "/home/ferd/repos/buildversion-plugin/target"
1717
:min-lein-version "2.0.0"
1818
:plugins [[lein-swank "1.4.4"] [lein-pprint "1.1.1"]]
19-
:test-paths ["src/test/clojure"])
19+
:test-paths ["src/test/clojure"]
20+
:warn-on-reflection true)

0 commit comments

Comments
 (0)