From bb16907dc1e49ac2e7d6af79d4b88430340218ea Mon Sep 17 00:00:00 2001 From: William278 Date: Sun, 12 Jan 2025 15:29:49 +0000 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 105ba1a83..32edbd68d 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ HuskHomes can be used on your Spigot or Fabric server, and with a MySQL Database **⭐ Extensible API & open-source** — Still not enough? Extend the plugin with the HuskHomes API. Or, submit a pull request—we're open-source! -## Building -HuskHomes requires Java 17 to build. To build for all platforms, simply run the following in the root of the repository: +## Development +To build HuskHomes, simply run the following in the root of the repository (building requires Java 21): ```bash ./gradlew clean build