Skip to content

Commit

Permalink
Merge pull request juxt#58 from ivarref/master
Browse files Browse the repository at this point in the history
Use UTF-8 as default JVM file encoding. Fix juxt#57
  • Loading branch information
SevereOverfl0w authored Aug 1, 2019
2 parents 05eeeb0 + 09e5605 commit 3d4997d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mach/pack/alpha/jib.clj
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
(.addLayer (-> lib-dirs-layer :builder (.build)))
(.addLayer (-> project-dirs-layer :builder (.build)))
(.setEntrypoint (into-array String ["java"
"-Dfile.encoding=UTF-8"
"-cp" (str/join ":" (map str (mapcat :container-paths [lib-jars-layer
lib-dirs-layer
project-dirs-layer])))
Expand Down

0 comments on commit 3d4997d

Please sign in to comment.