diff options
author | Lukasz Jarocki <lukasz.jarocki@sonarsource.com> | 2022-07-20 14:08:09 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-07-21 20:03:05 +0000 |
commit | b65c752c9a177e2401037dbc822a4362470be650 (patch) | |
tree | a2af58a9399a0e9e8a9311b1219e6dc4168fc519 /settings.gradle | |
parent | 0a7d6f7245e753feb25bceae733fd659591b8f81 (diff) | |
download | sonarqube-b65c752c9a177e2401037dbc822a4362470be650.tar.gz sonarqube-b65c752c9a177e2401037dbc822a4362470be650.zip |
SONAR-16610 added example plugin to test education topics in SonarQube
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index b1998de61aa..6980a920f6c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,6 +13,7 @@ pluginManagement { rootProject.name = 'sonarqube' include 'plugins:sonar-xoo-plugin' +include 'plugins:sonar-education-plugin' include 'server:sonar-auth-common' include 'server:sonar-auth-bitbucket' |