From 942b67ce496b0e799977f5c15a2b3176b4cd0b53 Mon Sep 17 00:00:00 2001 From: Cornelius <110636964+CorneliusNI@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:28:52 +0200 Subject: [PATCH] Changed the java version --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 938ea0486..20492e523 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 16 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '16' + java-version: '17' distribution: 'temurin' cache: maven - name: Build with Maven