From b2ab663d901d351ea021541d7e6344b006289744 Mon Sep 17 00:00:00 2001 From: Rain Ramm Date: Tue, 18 Nov 2025 08:35:49 +0200 Subject: [PATCH] Gradle 9.2.1 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b808ec..8efa3d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,13 +31,13 @@ jobs: # Define Gradle versions per JDK in compact arrays to avoid a huge YAML matrix # Keep only major tag and latest minor/patch version in that major. Gradle does not republish minor/patch versions. JDK25=( - 9 9.2.0 + 9 9.2.1 ) JDK21=( - 8 8.14.3 9 9.2.0 + 8 8.14.3 9 9.2.1 ) JDK17=( - 8 8.14.3 9 9.2.0 + 8 8.14.3 9 9.2.1 ) JDK11=( 8 8.14.3