From 2ff51c4e9118f6fc2775f9aa15bd7c4fbb26a8b3 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 31 Oct 2025 10:52:32 +0100 Subject: [PATCH] zulu --- .gitea/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 4702cfb..df0cdbf 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -114,7 +114,8 @@ jobs: uses: actions/setup-java@v4 with: java-version: '21' - distribution: 'temurin' + distribution: 'zulu' + #distribution: 'temurin' architecture: x64 cache: maven cache-dependency-path: 'pom.xml' # optional