We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae6d7e commit 32f26bdCopy full SHA for 32f26bd
src/main/clojure/clojure/tools/build/tasks/process.clj
@@ -14,7 +14,7 @@
14
[clojure.tools.build.api :as api]
15
[clojure.string :as str])
16
(:import
17
- [java.io InputStream StringWriter File]))
+ [java.io File]))
18
19
(set! *warn-on-reflection* true)
20
0 commit comments