Skip to content

Instantly share code, notes, and snippets.

@edwinlab
Created June 8, 2018 07:47
Show Gist options
  • Select an option

  • Save edwinlab/e2bd85e1491c4d6b8e1ad5f61e4a00fd to your computer and use it in GitHub Desktop.

Select an option

Save edwinlab/e2bd85e1491c4d6b8e1ad5f61e4a00fd to your computer and use it in GitHub Desktop.
Setup sonarqube on travis
dependencies {
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.5'
}
apply plugin: 'org.sonarqube'
sonarqube {
properties {
property "sonar.host.url", "http://sonarserver.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment