diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2024-07-16 11:00:36 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-08-27 20:02:40 +0000 |
commit | 90793a92b3f35c97db4a563e965e7225b163c327 (patch) | |
tree | ecbcd35ed8bc4589d5f39ee01d74197f551bbe46 /settings.gradle | |
parent | 605597f442d03a1af49039aa330975ccb00459a3 (diff) | |
download | sonarqube-90793a92b3f35c97db4a563e965e7225b163c327.tar.gz sonarqube-90793a92b3f35c97db4a563e965e7225b163c327.zip |
SONAR-19710 Update the build to Gradle 8.9
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 27acf1da283..126a7e84bb0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { } } plugins { - id 'com.bmuschko.docker-remote-api' version '7.3.0' + id 'com.bmuschko.docker-remote-api' version '9.4.0' id 'org.ajoberstar.grgit' version '4.1.1' } } |