From f1285970d6c8a6d8856c196467a7f5d4bf5ceba6 Mon Sep 17 00:00:00 2001 From: Rain Ramm Date: Fri, 31 Oct 2025 09:43:06 +0200 Subject: [PATCH] Gradle 9.2.0 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2acdb9..8b808ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,15 +29,15 @@ jobs: shell: bash run: | # Define Gradle versions per JDK in compact arrays to avoid a huge YAML matrix - # Keep only major tag and latest patch version in that major. Gradle does not republish patch versions. + # Keep only major tag and latest minor/patch version in that major. Gradle does not republish minor/patch versions. JDK25=( - 9 9.1.0 + 9 9.2.0 ) JDK21=( - 8 8.14.3 9 9.1.0 + 8 8.14.3 9 9.2.0 ) JDK17=( - 8 8.14.3 9 9.1.0 + 8 8.14.3 9 9.2.0 ) JDK11=( 8 8.14.3