https://kotlinlang.org logo
Title
s

spierce7

04/20/2023, 1:28 AM
Anyone else getting errors from jetbrains maven?
<https://repo.maven.apache.org/maven2/org/jetbrains/>
j

jw

04/20/2023, 1:29 AM
All of GitHub Actions seems like it can't access all of Maven Central
so far i see it across about 6 projects
annoyingly, it doesn't seem to be tracked by https://status.maven.org/
seems like sonatype broke their DNS
j

jw

04/20/2023, 1:38 AM
more likely that apache broke a CNAME
e

ephemient

04/20/2023, 1:39 AM
nah the CNAME is fine:
<http://repo.maven.apache.org|repo.maven.apache.org>
<http://repo.apache.maven.org|repo.apache.maven.org>
. but then the authority for
<http://maven.org|maven.org>
responds with no address for that name
j

jw

04/20/2023, 1:40 AM
what a convoluted mess. presumably if Gradle changes to repo1.maven.org it'll break someone's heat
e

ephemient

04/20/2023, 1:44 AM
not like Gradle can do that without a new release anyway, and hopefully this gets resolved faster than that
j

jw

04/20/2023, 1:44 AM
oh ya i didn't mean now. i'm sure someone suggested it in like 2012 and it was shot down because Gradle seemingly can't make anything nice
s

spierce7

04/20/2023, 1:58 AM
Gradle seemingly can't make anything nice
I'm enjoying the new configuration cache a lot, however I still don't understand why the exact Kotlin code I compiled yesterday has to recompile again and take so long today. I don't remember that happening with Buck's cache while I was using it.
v

vanshg

04/20/2023, 2:16 AM
for the time being locally --
s/mavenCentral()/maven("<https://repo1.maven.org/maven2>")
c

CLOVIS

04/20/2023, 8:03 AM
Still down 🤔