]> source.dussan.org Git - sonarqube.git/commitdiff
Embbed sonar-bitbucketcloud only in sonarcloud and commercial editions
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 16 Aug 2018 15:14:35 +0000 (17:14 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 20 Aug 2018 18:21:03 +0000 (20:21 +0200)
sonar-application/build.gradle

index 9a4794c064f630dc6227f85b558a139baf59c6bb..dd6b935ac73586308fcfb6cd65ff1044655b1c3d 100644 (file)
@@ -107,7 +107,6 @@ task zip(type: Zip, dependsOn: [configurations.compile]) {
   }
   into("${archiveDir}/web/") {
     from tasks.getByPath(':server:sonar-web:yarn_run').outputs
-    from tasks.getByPath(':private:sonar-bitbucketcloud:yarn_run').outputs
     from tasks.getByPath(':server:sonar-vsts:yarn_run').outputs
   }
   into("${archiveDir}/lib/jdbc/mssql/") {