leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
exit2 2021-01-16T14:04:01.000900Z

Does anyone know what this error might mean?

$ lein with-profile dev do clean, run -m clojure.main dev/scripts/figwheel.clj
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Warning: implicit hook found: lein-environ.plugin/hooks
Hooks are deprecated and will be removed in a future version.
Warning: implicit hook found: leiningen.less/activate
Hooks are deprecated and will be removed in a future version.
Error encountered performing task 'do' with profile(s): 'dev'

2021-01-16T15:52:47.001400Z

Do you get errors from either of these separate commands?:

lein with-profile dev clean

2021-01-16T15:53:02.001800Z

lein with-profile dev run -m clojure.main dev/scripts/figwheel.clj