ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
427 stars 61 forks source link

Gradle Sonar Runner and Gradle Sonar plugins should no longer be used #386

Closed sadovnikov closed 8 years ago

sadovnikov commented 8 years ago

See http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Gradle and https://discuss.gradle.org/t/important-changes-to-gradle-sonarqube-support/10252

We use Sonar Runner, therefore http://docs.sonarqube.org/display/PLUG/GitHub+Plugin does not work for us

sadovnikov commented 8 years ago

Failing to get GitHub plugin working. Posted question in https://groups.google.com/forum/#!topic/sonarqube/dx8UIkcz55c

sadovnikov commented 8 years ago

./gradlew clean jacocoTestReport sonarqube -Dsonar.analysis.mode=preview -Dsonar.github.oauth=<MY OTH TOKEN> -Dsonar.github.repository=ContainerSolutions/minimesos -Dsonar.github.pullRequest=387 is the command, which needs to be executed from Travis CI