From 1faaedf3c41b438252bbead327608db832e6205f Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Sat, 22 Feb 2025 20:40:50 +0700 Subject: [PATCH] change jdk to temurin --- .gitea/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/maven.yaml b/.gitea/workflows/maven.yaml index ba19725..9d20df2 100644 --- a/.gitea/workflows/maven.yaml +++ b/.gitea/workflows/maven.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: 21 - distribution: 'oracle' + distribution: 'temurin' cache: 'maven' - name: Build, Test and Package with Maven run: mvn -B verify --file pom.xml -e