Fork me on GitHub
#tools-deps
<
2022-06-05
>
ag22:06:55

I need to run some code in build.clj via tools.build and -T:build that requires some dependencies of the project, but > -T:an-alias remove all project deps and paths Is there a way to forcefully include project dependencies without repeating them in the :build alias?

seancorfield22:06:15

Create a basis in that code, using the aliases that have those dependencies.

ag23:06:10

I reconsidered, I think I'm just gonna use -X. Thank you, Sean.