Hi,
I previously reported an issue regarding missing dependencies (compliance-reports), which was resolved. However, since last week, I am running into a similar dependency resolution failure when trying to build from source.
The build is now failing to resolve org.sonarsource.sonarqube:sonar-spring.
Error log:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':sonar-application:shadowJar'.
> Could not resolve all dependencies for configuration ':sonar-application:runtimeClasspath'.
> Could not find org.sonarsource.sonarqube:sonar-spring:1.0.0.72.
Required by:
project :sonar-application > project :server:sonar-webserver > project :server:sonar-webserver-webapi-v2
project :sonar-application > project :server:sonar-webserver > project :server:sonar-webserver-core > project :server:sonar-webserver-api
It seems that org.sonarsource.sonarqube:sonar-spring:1.0.0.72 is not available in the public repositories.
Could you please check if this artifact needs to be published or if the build configuration needs adjustment for public access?
Thanks in advance.