Skip to content

Commit

Permalink
more windows test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 11, 2023
1 parent 89d7ad1 commit cc8017e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/clojure/clojure/tools/build/tasks/uber.clj
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@
(let [path (.toString (.relativize source-path (.toPath f)))
source-time (FileTime/fromMillis (.lastModified f))
out-file (jio/file out-dir path)]
(when (str/includes? path "LICENSE")
(println "explode1 path" path source-path))
(explode1 is path (.isDirectory f) source-time out-file lib context the-state))
(finally
(when is (.close ^InputStream is))))]
Expand Down

0 comments on commit cc8017e

Please sign in to comment.