Skip to content

Commit cc8017e

Browse files
committed
more windows test debug
1 parent 89d7ad1 commit cc8017e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/main/clojure/clojure/tools/build/tasks

src/main/clojure/clojure/tools/build/tasks/uber.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@
212212
(let [path (.toString (.relativize source-path (.toPath f)))
213213
source-time (FileTime/fromMillis (.lastModified f))
214214
out-file (jio/file out-dir path)]
215+
(when (str/includes? path "LICENSE")
216+
(println "explode1 path" path source-path))
215217
(explode1 is path (.isDirectory f) source-time out-file lib context the-state))
216218
(finally
217219
(when is (.close ^InputStream is))))]

0 commit comments

Comments
 (0)