From 977a77d25f2b624cb1e341a6516f131e2a21cf52 Mon Sep 17 00:00:00 2001 From: kiritofeng Date: Thu, 21 Dec 2023 17:15:23 -0500 Subject: [PATCH] Update to Java 1.8 --- .github/workflows/build.yml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4feab65..f5f551a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Set up JDK 1.7 + - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: - java-version: 1.7 + java-version: 1.8 - name: Build with Maven run: mvn package --file pom.xml - name: Upload Artifacts diff --git a/pom.xml b/pom.xml index 9b666f4..d3d37ee 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.7 - 1.7 + 1.8 + 1.8 @@ -39,4 +39,4 @@ - \ No newline at end of file +