From 045e04eb515136e823ad5852b9fe0b62485b5784 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 31 Oct 2025 10:53:47 +0100 Subject: [PATCH] oracle --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index df0cdbf..15ccdc4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -114,7 +114,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '21' - distribution: 'zulu' + distribution: 'oracle' #distribution: 'temurin' architecture: x64 cache: maven