Closed far0010 closed 2 years ago
sonarqube { properties { property "sonar.host.url", "http://prueba-ubugii.rhcloud.com/" property "sonar.projectKey", "ubu.gii.tfg.201701gobees" property "sonar.projectName", "201701gobees" property "sonar.projectVersion", "1.0" property "sonar.language", "java" property "sonar.sourceEncoding", "UTF-8" property "sonar.exclusions", "*/.png,*/.jpg" property "sonar.android.lint.report", "./build/outputs/lint-results-mockDebug.xml" property "sonar.junit.reportsPath", "./build/test-results/mockDebug" property "sonar.jacoco.reportPath", "./build/jacoco/testMockDebugUnitTest.exec" property "sonar.java.coveragePlugin", "jacoco" property "sonar.jacoco.reportMissing.force.zero", true } }
davidmigloz commented on 3 Feb 2017 $ ./gradlew sonarqube -Dsonar.host.url=http://prueba-ubugii.rhcloud.com/
@davidmigloz davidmigloz closed this on 4 Feb 2017
sonarqube { properties { property "sonar.host.url", "http://prueba-ubugii.rhcloud.com/" property "sonar.projectKey", "ubu.gii.tfg.201701gobees" property "sonar.projectName", "201701gobees" property "sonar.projectVersion", "1.0" property "sonar.language", "java" property "sonar.sourceEncoding", "UTF-8" property "sonar.exclusions", "*/.png,*/.jpg" property "sonar.android.lint.report", "./build/outputs/lint-results-mockDebug.xml" property "sonar.junit.reportsPath", "./build/test-results/mockDebug" property "sonar.jacoco.reportPath", "./build/jacoco/testMockDebugUnitTest.exec" property "sonar.java.coveragePlugin", "jacoco" property "sonar.jacoco.reportMissing.force.zero", true } }