Great. Thanks!
On Saturday, April 14, 2018 at 5:47:00 PM UTC-7, Alex Miller wrote:
>
> Yes, you can use a top level setting in your deps.edn file of:
>
> {:mvn/local-repo "/tmp/m2"}
>
>
> On Saturday, April 14, 2018 at 7:41:34 PM UTC-5, Mark wrote:
>>
>> Is there an option to specify the director
Yes, you can use a top level setting in your deps.edn file of:
{:mvn/local-repo "/tmp/m2"}
On Saturday, April 14, 2018 at 7:41:34 PM UTC-5, Mark wrote:
>
> Is there an option to specify the directory for the local deps
> repository? I was playing around with deps on AWS lambda and discovered
Is there an option to specify the directory for the local deps repository?
I was playing around with deps on AWS lambda and discovered that the
default directory (I think it's ~/.m2) is read-only. On lambda, the only
writable directory is /tmp.
On Saturday, April 14, 2018 at 6:01:52 AM UTC-