From 536af46b2b971355c9bdb90eccf357e697fed5cf Mon Sep 17 00:00:00 2001 From: "Gabriele C." Date: Sun, 30 Jun 2024 00:03:51 +0200 Subject: [PATCH] Bump Java requirement to 17 --- .github/workflows/maven.yml | 2 +- README.md | 4 ++-- pom.xml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 41809c989d..cb632a97c1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,7 +10,7 @@ jobs: build_and_test: strategy: matrix: - jdkversion: [11, 17, 21] + jdkversion: [17, 21] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 1a71653cb9..3c39414e9f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ You can also create your own translation file and, if you want, you can share it ## Requirements ##### Compiling requirements: ->- JDK 11+ +>- JDK 17+ >- Maven (3.8.8+) >- Git/GitHub (Optional) @@ -124,7 +124,7 @@ You can also create your own translation file and, if you want, you can share it >- Execute command "mvn clean package" ##### Running requirements: ->- Java 11+ +>- Java 17+ >- Paper or Spigot (1.16.5 and up) >- ProtocolLib (optional, required by some features) diff --git a/pom.xml b/pom.xml index 9403b73d64..f630f47934 100644 --- a/pom.xml +++ b/pom.xml @@ -60,10 +60,10 @@ UTF-8 UTF-8 - 11 - 11 - 11 - 11 + 17 + 17 + 17 + 17 3.8.8