From 62583b24cae617df2a0c3e6688839d1f26a0b5b9 Mon Sep 17 00:00:00 2001 From: Ralf Barkow <1205477+RalfBarkow@users.noreply.github.com> Date: Sun, 28 Jul 2024 12:52:42 +0200 Subject: [PATCH] Update java-ci-with-maven.yml --- .github/workflows/java-ci-with-maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-ci-with-maven.yml b/.github/workflows/java-ci-with-maven.yml index 80ddc90e..7d465ded 100644 --- a/.github/workflows/java-ci-with-maven.yml +++ b/.github/workflows/java-ci-with-maven.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: 1.8 - distribution: oracle + distribution: adopt - name: Show Toolchain run: cat ~/.m2/toolchains.xml - name: Build with Maven @@ -41,7 +41,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: 1.8 - distribution: oracle + distribution: adopt - name: Show Toolchain run: cat ~/.m2/toolchains.xml - name: Build with Maven