From 99a3f5d46b73485ff06434f58edc779c3bd9bfd6 Mon Sep 17 00:00:00 2001 From: TheJeterLP Date: Sun, 2 Oct 2022 17:12:28 +0200 Subject: [PATCH 1/3] Bump java version to 16 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bb681a3..5da9948 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.4.0 @@ -129,8 +129,8 @@ - 1.8 - 1.8 + 16 + 16 UTF-8 From 892a1076f94c89e65e73120785f2f66758945266 Mon Sep 17 00:00:00 2001 From: Joey Peter Date: Sun, 2 Oct 2022 17:12:49 +0200 Subject: [PATCH 2/3] Update autobuild.yml --- .github/workflows/autobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 448a377..75bda6e 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -29,11 +29,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up JDK 1.8 + - name: Set up JDK 17 uses: actions/setup-java@v3.3.0 with: distribution: 'zulu' - java-version: '8' + java-version: '17' java-package: jdk # optional (jdk or jre) - defaults to jdk cache: 'maven' From 9e0d0f4979f6c3e8fc5e00872d3d3a871b7d667e Mon Sep 17 00:00:00 2001 From: Joey Peter Date: Sun, 2 Oct 2022 17:13:11 +0200 Subject: [PATCH 3/3] Update create-release.yml --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 3eac7e9..6212912 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-java@v3.3.0 with: distribution: 'zulu' - java-version: '8' + java-version: '17' java-package: jdk # optional (jdk or jre) - defaults to jdk cache: 'maven' - name: Build with Maven