aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2018-06-18 10:55:55 +0200
committerSonarTech <sonartech@sonarsource.com>2018-06-21 20:21:30 +0200
commit2b14abe26e05418cb9bfe6a2ec12aad8b7f1bee7 (patch)
tree55105175deedd9bf3cedd626f96fec5b44e6705e /settings.gradle
parent7a1963f09d9ff9fb917c7c79f87e23b9a5473ab1 (diff)
downloadsonarqube-2b14abe26e05418cb9bfe6a2ec12aad8b7f1bee7.tar.gz
sonarqube-2b14abe26e05418cb9bfe6a2ec12aad8b7f1bee7.zip
move ITs code to private directory
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle36
1 files changed, 0 insertions, 36 deletions
diff --git a/settings.gradle b/settings.gradle
index c94cf11a2d1..89982b9cbb4 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -31,42 +31,6 @@ include 'sonar-testing-harness'
include 'sonar-ws'
include 'sonar-ws-generator'
-include 'tests:plugins:access-secured-props-plugin'
-include 'tests:plugins:backdating-customplugin'
-include 'tests:plugins:backdating-plugin-v1'
-include 'tests:plugins:backdating-plugin-v2'
-include 'tests:plugins:base-auth-plugin'
-include 'tests:plugins:batch-plugin'
-include 'tests:plugins:blue-green-plugin-v1'
-include 'tests:plugins:blue-green-plugin-v2'
-include 'tests:plugins:extension-lifecycle-plugin'
-include 'tests:plugins:core-extension-fake-billing'
-include 'tests:plugins:core-extension-it-tests'
-include 'tests:plugins:foo-plugin-v1'
-include 'tests:plugins:foo-plugin-v2'
-include 'tests:plugins:foo-plugin-v3'
-include 'tests:plugins:foo-plugin-without-qprofile'
-include 'tests:plugins:global-property-change-plugin'
-include 'tests:plugins:issue-filter-plugin'
-include 'tests:plugins:l10n-fr-pack'
-include 'tests:plugins:license-plugin'
-include 'tests:plugins:oauth2-auth-plugin'
-include 'tests:plugins:posttask-plugin'
-include 'tests:plugins:project-builder-plugin'
-include 'tests:plugins:property-relocation-plugin'
-include 'tests:plugins:property-sets-plugin'
-include 'tests:plugins:save-measure-on-project-plugin'
-include 'tests:plugins:security-plugin'
-include 'tests:plugins:server-plugin'
-include 'tests:plugins:settings-encryption-plugin'
-include 'tests:plugins:settings-plugin'
-include 'tests:plugins:sonar-fake-plugin'
-include 'tests:plugins:sonar-subcategories-plugin'
-include 'tests:plugins:ui-extensions-plugin'
-include 'tests:plugins:wait-at-platform-level4-plugin'
-include 'tests:plugins:ws-plugin'
-include 'tests'
-
// use Settings.getRootDir() so that it doesn't matter which directory you are executing from
File extraSettings = new File(rootDir, 'private/settings.gradle')
if (extraSettings.exists()) {