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 cc8017e commit 4d661fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/clojure/clojure/tools/build/tasks/uber.clj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
Returns possibly updated state for further exploding."
[^InputStream is ^String path dir? ^FileTime last-modified-time
^File out-file lib {:keys [out-dir buffer exclude handlers] :as context} state]
(when (= path "META-INF\\LICENSE.txt")
(println "in explode1"
(exclude-from-uber? exclude path)
dir?
(.exists out-file)))
(cond
;; excluded or directory - do nothing
(or (exclude-from-uber? exclude path) dir?)
Expand Down

0 comments on commit 4d661fb

Please sign in to comment.