Skip to content

Instantly share code, notes, and snippets.

@sprohaszka
Last active August 29, 2015 14:06
Show Gist options
  • Save sprohaszka/925185aba45556c4e776 to your computer and use it in GitHub Desktop.
Save sprohaszka/925185aba45556c4e776 to your computer and use it in GitHub Desktop.
Android - Sonar

Sonar with Android

Basics

Credential

Administrator:

  • login: admin
  • password: admin

Tricks and Tips

Issue when running sonar-runner

If you get this error Fail to download [http://localhost:9000/batch_bootstrap/properties?dryRun=false], edit the web/WEB-INF/config/environment.rb file of sonarqube and add this at the beginning of the file :

  ENV['GEM_PATH']=''

This is an issue with ruby install version in conflic with the one used by Sonar.

Reference

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