We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d7ad1 commit cc8017eCopy full SHA for cc8017e
1 file changed
src/main/clojure/clojure/tools/build/tasks/uber.clj
@@ -212,6 +212,8 @@
212
(let [path (.toString (.relativize source-path (.toPath f)))
213
source-time (FileTime/fromMillis (.lastModified f))
214
out-file (jio/file out-dir path)]
215
+ (when (str/includes? path "LICENSE")
216
+ (println "explode1 path" path source-path))
217
(explode1 is path (.isDirectory f) source-time out-file lib context the-state))
218
(finally
219
(when is (.close ^InputStream is))))]
0 commit comments