diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 41809c989..cb632a97c 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 1a71653cb..3c39414e9 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 9403b73d6..f630f4793 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