From d5b0dd63d53a1c52323369ba38dbeccd34dcdc65 Mon Sep 17 00:00:00 2001 From: "Adams, Kacy" Date: Tue, 11 Oct 2022 18:44:16 -0400 Subject: [PATCH] take 2 --- .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 37e3df7a..52a3ee47 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 15 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '15' + java-version: '17' distribution: 'temurin' cache: maven - name: Build with Maven