I am completely new to sonarqube & posted number of questions related to sonarqube in this community and everything was resolved from you end .
Great thanks for that !
Now I am stuck with gradle , When i run the sonarscanner pipeline I am getting the below error .
It issure i am missing some thing .
gradle config in my repo
build.gradle
gradle.properties
Anything additional to be added or configured ?
Kindly help me to solve this issue
It appears that Gradle is in your $PATH. Is it in the path for the bash script? It would be interesting to add that same gradle -v command at the start of your script…
Gradle is clearly in the environment you have when you log in. My guess is that it’s not in the environment for the build script. I’m asking to you test/confirm whether or not it is.
But… let’s back up. Why are you analyzing with Gradle? How do you build? If you’re already building with Gradle, then you should run the SonarQube Gradle task the same way you do the build.