Publish Snapshot does not work anymore

Hey,
since last week I got problems with publishing artefacts which contains SNAPSHOT in the name.
When I publish a new SNAPSHOT and I want to use it in my gradle java Project, Intellij can’t resovle the dependency and tries to download the maven-metadata.xml for 20 minutes and more.

When I publish the same artefact without SNAPSHOT in the name Intelij can resolve the dependecy.

When i just execute the application with ‘gradlew run’ everything can be resolved only Intellij can’t resolve the SNAPSHOT dependeny. I can reproduce this behavior on three different machines and the problems just started a couple of days ago.

I don’t know if it is a Gitlab problem, because the application can run with the new dependecy. My workaround is to rename the artefact version SNAPSHOT to SNAP after that everythings works fine again.

I hope I’m not the only one out there who got those problems?!