I am deploying sonarcloud on a repository found on bitbucket, the language used is java 1.8 and gradle 6.3, do the repository variable configuration and pipeline configuration according to the documentation provided.
When performing the execution I always get the same result (image attached), trying to find a solution and verify file permissions in bash and modify versions in the configuration, however the same result is obtained.
Taking sonar out of the equation, are you able to (or were you able to in the past) trigger a compilation of the source cdoe in Bitbucket pipelines (./gradlew build or some other command)