Must-share information (formatted with Markdown):
- I am currently using org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.4.1.3373, my project is using java 17, gradle 8.2
- Get a successful build
- I am currently using org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.4.1.3373, my project is using java 17.
But when I am trying to run the sonar gradle task it will fail with the error message “Could not resolve all files for configuration ‘:xx:xxDevDebugUnitTestCompileClasspath’.”, I’ve tried looking for xxDevDebugUnitTestCompileClasspath but it’s not available.
I’ve tried ignoring the test by adding -x test into the command it’s not working, other than that I’ve tried to assemble first before running sonar is also not working