diff --git a/README.md b/README.md
index 7bd5a035..9f57cf40 100644
--- a/README.md
+++ b/README.md
@@ -116,16 +116,16 @@ You can also create your own translation file and, if you want, you can share it
## Requirements
##### Compiling requirements:
->- JDK 8 (JDK 17 is recommended)
+>- JDK 11 (JDK 17 is recommended)
>- Maven
>- Git/Github (Optional)
##### How to compile the project:
->- Clone the project with Git/Github
+>- Clone the project with Git/GitHub
>- Execute command "mvn clean package"
##### Running requirements:
->- Java 8 (Java 11 is recommended)
+>- Java 8 (Java 17 is recommended)
>- Paper or Spigot (1.8.X and up)
(In case you use Thermos, Cauldron or similar, you have to update the SpecialSource library to support Java 8 plugins.
HowTo: https://github.com/games647/FastLogin/issues/111#issuecomment-272331347)
diff --git a/pom.xml b/pom.xml
index 718e018c..d22800c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,8 +60,11 @@
UTF-8UTF-8
- 1.8
- 3.6.0
+ 1.8
+ 1.8
+ 8
+ 11
+ 3.6.31.19-R0.1-SNAPSHOT
@@ -173,6 +176,9 @@
${maven.minimumVersion}
+
+ [11,)
+ true
@@ -197,8 +203,9 @@
maven-compiler-plugin3.10.1
- ${java.version}
- ${java.version}
+ ${java.source}
+ ${java.target}
+ ${java.apiVersion}