From 670e403fbd98fce8515acb63131dc9c83e54173f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Thu, 23 May 2024 16:20:42 +0200 Subject: [PATCH] Update Gradle to 8.7 in the container image --- ci/images/get-gradle-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/images/get-gradle-url.sh b/ci/images/get-gradle-url.sh index f59c4d7..9412525 100755 --- a/ci/images/get-gradle-url.sh +++ b/ci/images/get-gradle-url.sh @@ -1,5 +1,5 @@ #!/bin/bash set -e -VERSION="8.3" +VERSION="8.7" echo "https://services.gradle.org/distributions/gradle-$VERSION-bin.zip"