Describe the bug + To Reproduce I'm getting:
Could not GET 'https://repo.spring.io/plugins-release/io/projectreactor/reactor-core/3.5.0-M1/reactor-core-3.5.0-M1.pom'. Received status code 401 from server: Disable Gradle 'offline mode' and sync project
when trying to run gradle on branch 5.8.x. It has downloaded many libraries, but stuck at this one.
Expected behavior gradle build runs flawlessly.
Comment From: simonadamprog
My bad. I just wanted to be on 5.8, but I was on an outdated 5.7 branch. Pulling latest 5.7 builds fine. Switching to latest 5.8 also builds fine. Thanks ^^