You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.gradle 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. rootProject.name = 'sonarqube'
  2. include 'plugins:sonar-xoo-plugin'
  3. include 'server:sonar-ce'
  4. include 'server:sonar-db-testing'
  5. include 'server:sonar-db-core'
  6. include 'server:sonar-db-dao'
  7. include 'server:sonar-db-migration'
  8. include 'server:sonar-main'
  9. include 'server:sonar-plugin-bridge'
  10. include 'server:sonar-process'
  11. include 'server:sonar-qa-util'
  12. include 'server:sonar-server'
  13. include 'server:sonar-web'
  14. include 'sonar-application'
  15. include 'sonar-check-api'
  16. include 'sonar-core'
  17. include 'sonar-duplications'
  18. include 'sonar-home'
  19. include 'sonar-markdown'
  20. include 'sonar-plugin-api'
  21. include 'sonar-plugin-api-deps'
  22. include 'sonar-scanner-engine'
  23. include 'sonar-scanner-engine-shaded'
  24. include 'sonar-scanner-protocol'
  25. include 'sonar-testing-harness'
  26. include 'sonar-ws'
  27. include 'sonar-ws-generator'
  28. include 'tests:plugins:access-secured-props-plugin'
  29. include 'tests:plugins:backdating-customplugin'
  30. include 'tests:plugins:backdating-plugin-v1'
  31. include 'tests:plugins:backdating-plugin-v2'
  32. include 'tests:plugins:base-auth-plugin'
  33. include 'tests:plugins:batch-plugin'
  34. include 'tests:plugins:extension-lifecycle-plugin'
  35. include 'tests:plugins:fake-billing-plugin'
  36. include 'tests:plugins:fake-governance-plugin'
  37. include 'tests:plugins:foo-plugin-v1'
  38. include 'tests:plugins:foo-plugin-v2'
  39. include 'tests:plugins:global-property-change-plugin'
  40. include 'tests:plugins:issue-filter-plugin'
  41. include 'tests:plugins:l10n-fr-pack'
  42. include 'tests:plugins:license-plugin'
  43. include 'tests:plugins:oauth2-auth-plugin'
  44. include 'tests:plugins:posttask-plugin'
  45. include 'tests:plugins:project-builder-plugin'
  46. include 'tests:plugins:property-relocation-plugin'
  47. include 'tests:plugins:property-sets-plugin'
  48. include 'tests:plugins:security-plugin'
  49. include 'tests:plugins:server-plugin'
  50. include 'tests:plugins:settings-encryption-plugin'
  51. include 'tests:plugins:settings-plugin'
  52. include 'tests:plugins:sonar-fake-plugin'
  53. include 'tests:plugins:sonar-subcategories-plugin'
  54. include 'tests:plugins:ui-extensions-plugin'
  55. include 'tests:plugins:wait-at-platform-level4-plugin'
  56. include 'tests:plugins:ws-plugin'
  57. include 'tests'