aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2018-08-16 16:21:32 +0200
committerSonarTech <sonartech@sonarsource.com>2018-08-20 20:21:03 +0200
commit1693f024e1e8b76db97aa24bc785516181c97d81 (patch)
tree90af5504a01077f5a4c438dc2e4a9b609f7e4b3c /sonar-application
parentfecabb60a6737406700e07e274f14cd75af7fba7 (diff)
downloadsonarqube-1693f024e1e8b76db97aa24bc785516181c97d81.tar.gz
sonarqube-1693f024e1e8b76db97aa24bc785516181c97d81.zip
Move bitbucket cloud connect app in private module
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index dbf55a0f274..9a4794c064f 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -107,7 +107,7 @@ task zip(type: Zip, dependsOn: [configurations.compile]) {
}
into("${archiveDir}/web/") {
from tasks.getByPath(':server:sonar-web:yarn_run').outputs
- from tasks.getByPath(':server:sonar-bitbucketcloud: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/") {