is something wrong with the ktor artifacts on bint...
# ktor
u
is something wrong with the ktor artifacts on bintray? we're getting build errors here because our buildagent can't download the
ktor-server-core
artifact..
[145531][Gradle failure report] > Could not download ktor-server-core.jar (io.ktorktor server core0.9.3)
[145531][Gradle failure report] > Could not get resource 'http://dl.bintray.com/kotlin/ktor/io/ktor/ktor-server-core/0.9.3/ktor-server-core-0.9.3.jar'.
[145531][Gradle failure report] > Connection reset
d
Works for me. Maybe you have issues with your ISP? Or Bintray has some nodes failing? Not sure
u
you can click on that link and it downloads the jar successfully?
d
yes
u
hm, alright, thanks
c
I can confirm that the link works perfect
u
then something seems to be wrong in our internal network... thanks guys
👍 1
m
Proxy issues perhaps
u
Yeah, turns out it was an issue with our firewall config. Now the agent can download it, but the job still fails because of compilation problems. apparently all references to
netty
in the code are unresolved (even though there were no problems in the gradle config phase). Meh, I hate it when things just break like that...
Ah, ok. So now it's just a problem with the gradle cache. Clearing that helped.