I'm getting a 404 for the wasmJs artifacts for 5.9...
# kotest
e
I'm getting a 404 for the wasmJs artifacts for 5.9.0 😢 https://repo.maven.apache.org/maven2/io/kotest/kotest-assertions-core-wasm-js/5.9.0/
o
@Emil Kantis Something missing in the publishing process?
e
e
Thanks, good catch 🙂
o
Do we have the option of avoiding duplicating Gradle publishing targets and use something like
publishAllPublicationsToDeployRepository
instead?
e
only if we force all builds to build on macos, i suppose. ios/macos/watchos artifacts must be built on apple hardware... 🙂
o
...which is slow, I guess, on the GitHub runners. OK, I understand the problem.
e
The
macos-14
is a little faster but still not close to the linux one. I think you can run
publishAllPublicationsToDeployRepository
on linux, and then the specific ones on
macos-14
and
windows-latest
e
wasm artifacts should be out now. Could you try again?
e
Or...maybe not? I think I used to do that and ran into issues so I switched everything to publish from
macos-14
but I don't remember the context. I'm looking through my projects now to see if I can find anything.
wasm artifacts should be out now. Could you try again?
Still 404 but there's some propagation time so I'll wait 10-30 minutes
o
Earlier today it took way longer than 30 minutes for Maven Central to sync, more like hours. (And I'm not talking about Search, which will take another 4+ hours).
OK, this time they proved me wrong. Artifacts showing up...
🦜 1
@eygraber Does it work for you now?
e
Yes!
🎉 1