9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-19 14:59:19 +00:00

README: JDK 8 -> JDK 16

This commit is contained in:
SamB440
2021-08-17 17:48:58 +01:00
parent 249f86fe32
commit 31c0e70d3d

View File

@@ -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. 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 # 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 ## Compilation errors
You may get an error where UltraRegions cannot be resolved. To fix this, go to `gradle.properties` and set `ultraRegionsSupport` to `false`. You may get an error where UltraRegions cannot be resolved. To fix this, go to `gradle.properties` and set `ultraRegionsSupport` to `false`.