diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-07-14 12:27:50 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-07-14 12:27:50 +0100 |
| commit | 2609d068cb570586cd926ebe60b0884fbca53788 (patch) | |
| tree | 6fdb7e79e24dcc605243942be17194c4f4edbe4a | |
| parent | f753a6ca11efb63cabb5f71c03701d4f257bad2e (diff) | |
[ci skip] Update Java version in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ The latest release version of Quests can be found [here](https://github.com/LMBishop/Quests/wiki/download). The latest build of Quests (development version) can be found on [GitHub](https://github.com/LMBishop/Quests/actions). -Alternatively, you can build Quests via Gradle. Release versions of Quests are built using **Gradle**, targeting **Java 8**. You can change the target version in ``build.gradle``. +Alternatively, you can build Quests via Gradle. Release versions of Quests are built using **Gradle**, targeting **Java 17**. You can change the target version in ``build.gradle``. * Ensure Java is installed on your machine * Clone this repository * Run ``./gradlew`` (Linux and macOS) or ``gradlew`` (Windows) in the base directory to build Quests |
