From a544a7733b89ed2ca3dd9692e7e563390f3d00d2 Mon Sep 17 00:00:00 2001 From: pdragosh Date: Thu, 31 Aug 2023 07:38:58 -0500 Subject: [PATCH] Update maven.yml - oracle Switching to use oracle distribution to see if exceptions are still thrown in Junits. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ebffdee..89a5cfa 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: 'oracle' java-version: 11 - name: Build with Maven run: mvn -B clean install --file pom.xml