aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2024-07-16 11:00:36 +0200
committersonartech <sonartech@sonarsource.com>2024-08-27 20:02:40 +0000
commit90793a92b3f35c97db4a563e965e7225b163c327 (patch)
treeecbcd35ed8bc4589d5f39ee01d74197f551bbe46 /settings.gradle
parent605597f442d03a1af49039aa330975ccb00459a3 (diff)
downloadsonarqube-90793a92b3f35c97db4a563e965e7225b163c327.tar.gz
sonarqube-90793a92b3f35c97db4a563e965e7225b163c327.zip
SONAR-19710 Update the build to Gradle 8.9
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
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'
}
}