Skip to content

Commit c437a2c

Browse files
committed
update build config to solve j11 compatibility
1 parent d1c28dc commit c437a2c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

profiles.clj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
{:dev {:global-vars {*warn-on-reflection* true}
1+
{:dev {:global-vars {*warn-on-reflection* true}
22

3-
:target-path "target/%s"
4-
:clean-targets ^{:protect false} [:target-path]
3+
:target-path "target/%s"
4+
:clean-targets ^{:protect false} [:target-path]
55

6-
:dependencies [[commons-codec "1.15"]]
6+
:dependencies [[commons-codec "1.15"]]
77

8-
:plugins [[org.apache.maven.wagon/wagon-ssh-external "3.4.3"]
9-
[org.apache.maven.wagon/wagon-http-lightweight "3.4.3"]]}
8+
:plugins [[org.apache.maven.wagon/wagon-ssh-external "3.4.3"]
9+
[org.apache.maven.wagon/wagon-http-lightweight "3.4.3"]]}
1010

1111
:provided {:dependencies [[org.clojure/clojure "1.10.3"]]
1212
:source-paths #{"src-clj"}
1313
:java-source-paths #{"src-java"}
1414
:resource-paths ["resources"]
1515

16+
:javac-options ["-source" "9" "-target" "9" "-g:none"]
17+
1618
:jar-exclusions [#"\.java"]}
1719

1820
:jar {:aot :all}}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject net.tbt-post/zlib-tiny "0.3.1"
1+
(defproject net.tbt-post/zlib-tiny "0.3.2"
22
:description "Tiny Clojure ZLib helper"
33
:url "https://github.com/source-c/zlib-tiny"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)