Hi,
I have a workflow that tests the build on different OSes.
https://github.com/reactor/reactor-netty/actions/runs/57443581
The build is not OK on MAC OS and fails with the log below (the build does not fail on the other OSes)
> Could not resolve all dependencies for configuration ':compile'.
> Could not resolve io.netty:netty-handler-proxy:4.1.48.Final-SNAPSHOT.
Required by:
project :
> Could not resolve io.netty:netty-handler-proxy:4.1.48.Final-SNAPSHOT.
> Unable to load Maven meta-data from https://oss.sonatype.org/content/repositories/snapshots/io/netty/netty-handler-proxy/4.1.48.Final-SNAPSHOT/maven-metadata.xml.
> Could not get resource 'https://oss.sonatype.org/content/repositories/snapshots/io/netty/netty-handler-proxy/4.1.48.Final-SNAPSHOT/maven-metadata.xml'.
> Could not GET 'https://oss.sonatype.org/content/repositories/snapshots/io/netty/netty-handler-proxy/4.1.48.Final-SNAPSHOT/maven-metadata.xml'. Received status code 403 from server: Forbidden
> Could not resolve io.netty:netty-handler-proxy:4.1.48.Final-SNAPSHOT.
> Unable to load Maven meta-data from https://oss.sonatype.org/content/repositories/releases/io/netty/netty-handler-proxy/4.1.48.Final-SNAPSHOT/maven-metadata.xml.
> Could not get resource 'https://oss.sonatype.org/content/repositories/releases/io/netty/netty-handler-proxy/4.1.48.Final-SNAPSHOT/maven-metadata.xml'.
> Could not GET 'https://oss.sonatype.org/content/repositories/releases/io/netty/netty-handler-proxy/4.1.48.Final-SNAPSHOT/maven-metadata.xml'. Received status code 403 from server: Forbidden
What could be the problem?
Thanks,
Violeta