refined-hydrogen-47967
12/01/2023, 8:05 AMException in thread "main" java.lang.Exception: Error while getting <https://github.com/coursier/jvm-index/raw/master/index.json>: download error: Caught java.net.ConnectException (Connection timed out) while downloading <https://github.com/coursier/jvm-index/raw/master/index.json>
I've tried setting coursier-url-template
but it only seems to work for the initial coursier binary download, and the advice here doesn't seem to work when coursier is being run by pants https://get-coursier.io/docs/other-proxy.happy-kitchen-89482
12/01/2023, 4:22 PMrefined-hydrogen-47967
12/02/2023, 1:19 AMrefined-hydrogen-47967
12/02/2023, 1:32 AMpants.toml
tool_jdk = "zulu:8.0.372"
jdk = "zulu:8.0.372"
But removing them didn't change anything.happy-kitchen-89482
12/02/2023, 2:12 AMrefined-hydrogen-47967
12/02/2023, 12:31 PMjvm-index
argument to coursier from pants? https://get-coursier.io/docs/cli-java#jvm-index
I think if I could have coursier use our own index file then I could do what I want to do without worrying about being blocked by our proxy.happy-kitchen-89482
12/02/2023, 10:16 PMhappy-kitchen-89482
12/02/2023, 10:17 PMrefined-hydrogen-47967
12/03/2023, 12:31 AMhappy-kitchen-89482
12/03/2023, 1:22 AM