Per https://ask.clojure.org/index.php/9768/how-can-pass-java-opts-during-dependency-resolution-deps-edn ...
There is no way to pass jvm opts to the jvm used to run tools.deps to build the classpath. From the ask question above, one case where that might be needed is to pass truststore jvm options for private certs.
Dupe of