From 31c0e70d3dcefd7bcfcd7f6c1736be96d655c0c9 Mon Sep 17 00:00:00 2001 From: SamB440 Date: Tue, 17 Aug 2021 17:48:58 +0100 Subject: [PATCH] README: JDK 8 -> JDK 16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e733b29..f0f53d3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ RPGRegions lets you create configurable regions that your players can discover. RPGRegions 2 is the successor to RPGRegions 1. The entire plugin has been recoded and has an entirely new design. With performance in mind, it is the only discovery plugin that is up-to-date, per-region configs, and supporting SQL. # Compiling -RPGRegions uses gradle and builds on JDK 8. Clone the repository and run `./gradlew build` in the directory. +RPGRegions uses gradle and builds on JDK 16. Clone the repository and run `./gradlew build` in the directory. ## Compilation errors You may get an error where UltraRegions cannot be resolved. To fix this, go to `gradle.properties` and set `ultraRegionsSupport` to `false`.