Skip to content

Instantly share code, notes, and snippets.

@floer32
Last active March 22, 2018 16:52
Show Gist options
  • Save floer32/c0fe7bdaab425c8bce4c560c47a798c9 to your computer and use it in GitHub Desktop.
Save floer32/c0fe7bdaab425c8bce4c560c47a798c9 to your computer and use it in GitHub Desktop.
little note regarding sonarqube and gradle

SonarQube not "uploading"? Be careful about sonar.analysis.mode=issues (or, if using Gradle, systemProp.sonar.analysis.mode=issues). This analysis mode seems required for some purposes (some plugins maybe?), but it was making Gradle not generate the report or upload it to SonarQube server. I haven't figured out the details yet but I wanted to leave this memo...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment