From a4b8c1d06c89a58935a26956760a8f31846b046e Mon Sep 17 00:00:00 2001 From: Matt Pavlovich Date: Tue, 3 Oct 2023 15:08:10 -0500 Subject: [PATCH] [#419] Drop JDK 8 support --- .github/workflows/maven-build-action.yaml | 9 --------- pom.xml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/maven-build-action.yaml b/.github/workflows/maven-build-action.yaml index 82ff7a9b2..5a9140421 100644 --- a/.github/workflows/maven-build-action.yaml +++ b/.github/workflows/maven-build-action.yaml @@ -13,15 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 8 - uses: actions/setup-java@v3 - with: - java-version: 8 - distribution: 'temurin' - - - name: Maven with JDK 8 - run: mvn -Pall -no-transfer-progress clean install - - name: Set up JDK 11 uses: actions/setup-java@v3 with: diff --git a/pom.xml b/pom.xml index c0b64de29..3231be336 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ UTF-8 2.0.9 - 1.8 + 11 1.10.12