From c054bdd588c4272cb7056128d5818827a55666cf Mon Sep 17 00:00:00 2001 From: AoElite <20812471+AoElite@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:33:27 -0500 Subject: [PATCH] Update properties.json Bump minimum velocity version to 21 --- config-specs/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-specs/properties.json b/config-specs/properties.json index edf2d3918..2d65e77a3 100644 --- a/config-specs/properties.json +++ b/config-specs/properties.json @@ -1,5 +1,5 @@ { "DOCS_JAVA": "21", "PAPER_JAVA_MIN": "21", - "VELOCITY_JAVA_MIN": "17" + "VELOCITY_JAVA_MIN": "21" }