diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2025-03-19 11:58:46 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-03-19 20:03:10 +0000 |
commit | d55f6d827d01d4867029b5d97a18abe64de736c3 (patch) | |
tree | fc91ef3a59af4f77b5d04999669924fbd64c859a | |
parent | f48a45e427da25c8a65decff94cbc2a86d569929 (diff) | |
download | sonarqube-d55f6d827d01d4867029b5d97a18abe64de736c3.tar.gz sonarqube-d55f6d827d01d4867029b5d97a18abe64de736c3.zip |
SONAR-24659 Remove docker folder in edition-datacenter
-rw-r--r-- | settings.gradle | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/settings.gradle b/settings.gradle index e8b44803d22..bcdc1176596 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,10 +17,6 @@ pluginManagement { } } } - plugins { - id 'com.bmuschko.docker-remote-api' version '9.4.0' - id 'org.ajoberstar.grgit' version '4.1.1' - } } rootProject.name = 'sonarqube' |