]> source.dussan.org Git - sonarqube.git/commitdiff
SC-795 drop SonarCloud-related modules
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 8 Jul 2019 20:29:52 +0000 (22:29 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 26 Jul 2019 18:21:46 +0000 (20:21 +0200)
.cirrus.yml
build.gradle

index 1b91bd93554e40c77be86059c87f7059c510ab83..f81492064ba74453153cfdd59b1723c8bbb54816 100644 (file)
@@ -147,7 +147,6 @@ qa_task:
       QA_CATEGORY: Cat6
       QA_CATEGORY: Cat7
       QA_CATEGORY: Gov
-      QA_CATEGORY: Billing
       QA_CATEGORY: License
       QA_CATEGORY: Branch
       QA_CATEGORY: Upgrade
index 6fbda7aa221da08e8ae1f292e3a7d650ef9daff2..a2b1fd54c467d6d064f6d4d1e01a55ca9f2c6917 100644 (file)
@@ -311,7 +311,7 @@ subprojects {
     }
     jacoco {
       enabled = true // do not disable recording of code coverage, so that remote Gradle cache entry can be used locally
-      includes = ['com.sonar.*', 'com.sonarsource.*', 'org.sonar.*', 'org.sonarqube.*', 'org.sonarsource.*', 'io.sonarcloud.*']
+      includes = ['com.sonar.*', 'com.sonarsource.*', 'org.sonar.*', 'org.sonarqube.*', 'org.sonarsource.*']
     }
     if (project.hasProperty('maxParallelTests')) {
       maxParallelForks = project.maxParallelTests as int