<@U0BFDUP0E> did something change with your platfo...
# multiplatform
s
@jw did something change with your platform-collections repo recently? We’re getting prompted for basic auth.
Copy code
curl -v '<https://oss.sonatype.org/content/repositories/snapshots/com/jakewharton/platform-collections/platform-collections/0.1.0-SNAPSHOT/maven-metadata.xml>'
....
< HTTP/2 401
< date: Mon, 30 Jun 2025 21:45:39 GMT
< content-length: 0
< server: Nexus/2.15.2-03
< x-frame-options: SAMEORIGIN
< x-content-type-options: nosniff
< www-authenticate: BASIC realm="Sonatype Nexus Repository Manager"
<
j
Yes, that repo is shut down. So is that project. I would recommend you copy/paste whatever subset you need into your project directly.
👍 1
s
Roger that. Thanks.