From fd5586b984a55a5d40eebdf452ba9a00cad5f4ff Mon Sep 17 00:00:00 2001 From: RalfBarkow Date: Thu, 5 Sep 2024 16:20:14 +0200 Subject: [PATCH] chore(pom, workflow): remove executions and toolchains --- .github/workflows/java-ci-with-maven.yml | 2 -- pom.xml | 14 ++------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/java-ci-with-maven.yml b/.github/workflows/java-ci-with-maven.yml index 80ddc90e..85de86af 100644 --- a/.github/workflows/java-ci-with-maven.yml +++ b/.github/workflows/java-ci-with-maven.yml @@ -20,7 +20,6 @@ jobs: uses: actions/setup-java@v4 with: java-version: 1.8 - distribution: oracle - name: Show Toolchain run: cat ~/.m2/toolchains.xml - name: Build with Maven @@ -41,7 +40,6 @@ jobs: uses: actions/setup-java@v4 with: java-version: 1.8 - distribution: oracle - name: Show Toolchain run: cat ~/.m2/toolchains.xml - name: Build with Maven diff --git a/pom.xml b/pom.xml index 55cf1c59..8ec6881b 100644 --- a/pom.xml +++ b/pom.xml @@ -93,19 +93,9 @@ org.apache.maven.plugins maven-toolchains-plugin 3.2.0 - - - - toolchain - - - - - - 18.0.2+101 - - + 1.8 + 1.8