File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/cider/enrich_classpath Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install-deps: install-base
2020install-plugin : install-base
2121 cd lein-plugin; lein with-profile -user install
2222
23- # Usage: PROJECT_VERSION=1.18.5 make install
23+ # Usage: PROJECT_VERSION=1.18.6 make install
2424# PROJECT_VERSION is needed because it's not computed dynamically
2525install : install-base install-deps install-plugin
2626
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"
3030
3131# The enrich-classpath version to be injected.
3232# Feel free to upgrade this.
33- ENRICH_CLASSPATH_VERSION ="1.18.5 "
33+ ENRICH_CLASSPATH_VERSION ="1.18.6 "
3434
3535# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
3636# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"
2727
2828# The enrich-classpath version to be injected.
2929# Feel free to upgrade this.
30- ENRICH_CLASSPATH_VERSION ="1.18.5 "
30+ ENRICH_CLASSPATH_VERSION ="1.18.6 "
3131
3232# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
3333# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ DEPS_MAIN_OPTS ?= "-M:dev:test"
2727
2828# The enrich-classpath version to be injected.
2929# Feel free to upgrade this.
30- ENRICH_CLASSPATH_VERSION ="1.18.5 "
30+ ENRICH_CLASSPATH_VERSION ="1.18.6 "
3131
3232# Create and cache a `java` command. project.clj is mandatory; the others are optional but are taken into account for cache recomputation.
3333# It's important not to silence with step with @ syntax, so that Enrich progress can be seen as it resolves dependencies.
Original file line number Diff line number Diff line change 3737 cd " $there "
3838
3939 # enrich-classpath will emit a command starting by "clojure", or print a stacktrace:
40- output=$( 2>&1 " $clojure " -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps ' {:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.18.5 "}}}' -M -m cider.enrich-classpath.clojure " $clojure " " $here " " true" " $@ " )
40+ output=$( 2>&1 " $clojure " -Sforce -Srepro -J-XX:-OmitStackTraceInFastThrow -J-Dclojure.main.report=stderr -Sdeps ' {:deps {mx.cider/tools.deps.enrich-classpath {:mvn/version "1.18.6 "}}}' -M -m cider.enrich-classpath.clojure " $clojure " " $here " " true" " $@ " )
4141 cmd=$( tail -n1 <( echo " $output " ) )
4242
4343 cd " $here "
You can’t perform that action at this time.
0 commit comments