Hey hey, I'm tying to run kotlin script on CI and ...
# scripting
e
Hey hey, I'm tying to run kotlin script on CI and it is corporate envirnement that requires some JDK certificate patching. I see that it fails with 502 when trying to download the dependency. How can I troubleshot it? What could be the reason? How kotlin script resolves the maven dependency?
p
can you share more details on your CI env? is it an on-prem server, or some SaaS? where does the JDK come from? I can think of e.g. some limited egress config that can cause this, an exact error message would help. On how Kotlin scripts resolve Maven dependencies: it uses Aether (lib)