aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2018-05-24 09:02:29 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-12 20:20:59 +0200
commitd089f05aca497ec89fa1e4ebee25728294ccba1e (patch)
treeefafda1292b4882af555b6795b36a71bf0bf6744 /sonar-application
parentaaa7d9450fdcbd5cbed48e64bfb2c3e1befb0ffa (diff)
downloadsonarqube-d089f05aca497ec89fa1e4ebee25728294ccba1e.tar.gz
sonarqube-d089f05aca497ec89fa1e4ebee25728294ccba1e.zip
SONAR-10689 Plugins are now always installed
The bundled plugins have been removed
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index 0ad23e38625..49653ff181e 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -63,7 +63,6 @@ dependencies {
testCompile 'junit:junit'
testCompile 'org.assertj:assertj-core'
testCompile 'org.mockito:mockito-core'
-
}
jar {
@@ -94,7 +93,7 @@ task zip(type: Zip) {
into("${archiveDir}/lib/") {
from jar
}
- into("${archiveDir}/lib/bundled-plugins/") {
+ into("${archiveDir}/extensions/plugins/") {
from configurations.bundledPlugin
}
into("${archiveDir}/lib/jsw/") {