Hi,
I’m currently assessing SonarCloud for my Android Project at work, and noticed the warning about Java 11 requirement being introduced in October. I understand this is only required for launching the scanner although I’m not sure how I would introduce this in our CI (Bitrise) without impacting the actual gradle build as we need to use Java 8 due to Android limitations.
In my current test configuration, I’m simply launching the scanner via gradle as a pipeline step in our CI.
./gradlew sonarqube
Are you able to suggest how I might achieve this?
Thanks