From 45231035309b53a14da7a55e8fc05e89b228a2fb Mon Sep 17 00:00:00 2001 From: Ivar Grimstad Date: Tue, 19 Dec 2023 10:50:26 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1b32d5..d880a74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 21 uses: actions/setup-java@v2 with: - java-version: '11' - distribution: 'adopt' + java-version: '21' + distribution: 'temurin' - name: Build with Maven run: mvn -B package --file pom.xml -DskipSBOM