File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/resources/clojure/install Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ clj has both stable and prerelease versions. Current and former stable build are
8
8
Prerelease versions: none
9
9
10
10
* Next:
11
- * Undocument -Sdescribe
11
+ * -Sdescribe - undocument (prefer tools.deps APIs instead)
12
+ * -Sverbose - add explicit deps.edn refs
12
13
13
14
** Current stable version:**
14
15
Original file line number Diff line number Diff line change @@ -346,6 +346,9 @@ if "$verbose"; then
346
346
echo " install_dir = $install_dir "
347
347
echo " config_dir = $config_dir "
348
348
echo " config_paths =" " ${config_paths[@]} "
349
+ echo " root_deps = $tools_cp "
350
+ echo " user_deps = $config_user "
351
+ echo " project_deps = $config_project "
349
352
echo " cache_dir = $cache_dir "
350
353
echo " cp_file = $cp_file "
351
354
echo
You can’t perform that action at this time.
0 commit comments