Hi SonarQube Community,
I’m trying to build SonarQube 8.9.10 from the source code downloaded from the official website. However, when running ./gradlew ide
, I encounter a dependency resolution error related to org.jfrog.buildinfo:build-info-extractor:2.23.0
. Here’s the error snippet:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'sonarqube'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not resolve org.jfrog.buildinfo:build-info-extractor:2.23.0.
...
> Could not HEAD 'https://repox.jfrog.io/repox/plugins.gradle.org/.../build-info-extractor-2.23.0.pom'.
Received status code 401 from server
Steps I’ve already tried without success:
- Followed the official documentation for building from source.
- Verified network connectivity and permissions (no proxy/firewall issues).
My questions:
- Is SonarQube 8.9.10 still buildable with current dependencies?
I suspect the JFrog repository (repox.jfrog.io
) need username and password,how to get it? - Does the solution in the linked apply to version 8.9?
Can’t build SonarQube from source - #4 by ganncamp
i follow the steps, but it doesn’t work,so I’m unsure if this is compatible with the 8.9.x branch.
Any guidance on resolving the dependency issue or confirming compatibility would be greatly appreciated. Thank you!