From ada7988467c0f48395fed2403545bb03bdf0b047 Mon Sep 17 00:00:00 2001 From: Egor Andreevich Date: Mon, 9 Oct 2023 15:00:34 +0200 Subject: [PATCH] Add Gradle 8.4 --- gradle.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.hcl b/gradle.hcl index 018599c4..555cf9e5 100644 --- a/gradle.hcl +++ b/gradle.hcl @@ -6,7 +6,7 @@ binaries = ["bin/gradle"] repository = "https://github.com/gradle/gradle" version "6.7" "6.8.3" "7.0" "7.1" "7.2" "7.3.2" "7.4.2" "7.5" "7.6" "7.6.1" "7.6.2" - "7.6.3" "8.0-rc-2" "8.0.1" "8.1.1" "8.2" "8.2.1" "8.3" { + "7.6.3" "8.0-rc-2" "8.0.1" "8.1.1" "8.2" "8.2.1" "8.3" "8.4" { auto-version { github-release = "gradle/gradle" } @@ -30,6 +30,7 @@ sha256sums = { "https://services.gradle.org/distributions/gradle-8.2-bin.zip": "38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3", "https://services.gradle.org/distributions/gradle-8.2.1-bin.zip": "03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1", "https://services.gradle.org/distributions/gradle-8.3-bin.zip": "591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225", + "https://services.gradle.org/distributions/gradle-8.4-bin.zip": "3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae", "https://services.gradle.org/distributions/gradle-7.6.2-bin.zip": "a01b6587e15fe7ed120a0ee299c25982a1eee045abd6a9dd5e216b2f628ef9ac", "https://services.gradle.org/distributions/gradle-7.6.3-bin.zip": "740c2e472ee4326c33bf75a5c9f5cd1e69ecf3f9b580f6e236c86d1f3d98cfac", }