Hi,
I hate acting as your CI, but it looks like this is becoming a recurring issue. Since April 20th, I have been unable to build SonarQube from source. The build is failing to resolve another set of artifacts, this time related to scanner-engine.
Here is the cleaned up 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 com.sonarsource.scanner.engine:scanner-engine-protocol-server:12.26.0.2875.
Required by:
project :sonar-application > project :server:sonar-ce > project :server:sonar-ce-common
project :sonar-application > project :server:sonar-ce > project :server:sonar-ce-task-projectanalysis
project :sonar-application > project :server:sonar-webserver > project :server:sonar-webserver-core
project :sonar-application > project :server:sonar-webserver > project :server:sonar-webserver-webapi
> Could not find com.sonarsource.scanner.engine:protobuf-utils:12.26.0.2875.
Required by:
project :sonar-application > project :server:sonar-ce > project :server:sonar-ce-task-projectanalysis > project :server:sonar-db-dao
It seems like private or commercial dependencies are repeatedly leaking into the public build configuration. Could you please check if these artifacts can be published to the public repositories, or adjust the build so community builds do not require them?
Thanks again for looking into this.