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"