Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lets you do the following: ```shell ❯ cat deps.edn {:deps {mb/macaw {:local/root "/Users/dan/projects/work/macaw"}}} ❯ clj Error building classpath. The following libs must be prepared before use: [mb/macaw] ❯ clj -X:deps prep Prepping mb/macaw in /Users/dan/projects/work/macaw Note: Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. Note: ./java/com/metabase/macaw/ASTWalker.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ❯ clj Clojure 1.11.1 user=> (require 'macaw.core) nil user=> ```
- Loading branch information