diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2022-04-11 10:17:54 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-11 20:02:59 +0000 |
commit | a98083dde6598ae2ecc5a123c765958d28e16659 (patch) | |
tree | 0f60eecf89f1a5cd1dc075f863766597ad93a87c /settings.gradle | |
parent | 41670c645d3f0dcb21bea71730f08bc36141c095 (diff) | |
download | sonarqube-a98083dde6598ae2ecc5a123c765958d28e16659.tar.gz sonarqube-a98083dde6598ae2ecc5a123c765958d28e16659.zip |
BUILD-1351 Update gradle git plugin
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 8e17bbc599a..2ce4a7f6cf6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { id 'com.bmuschko.docker-remote-api' version '7.3.0' - id 'org.ajoberstar.grgit' version '4.1.0' + id 'org.ajoberstar.grgit' version '4.1.1' } } |