From 3ee1ba003bccf03045e9a76aa6c63e079c822059 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Tue, 12 Nov 2024 14:45:19 +0000 Subject: [PATCH] bump nodejs/jdk/maven requirements (#712, #713) matches https://docs.mapstore.geosolutionsgroup.com/en/latest/developer-guide/requirements/ we want java 11 for the print module. --- docs/source/developer/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/developer/index.rst b/docs/source/developer/index.rst index 932bf4a2b..3690a6de2 100644 --- a/docs/source/developer/index.rst +++ b/docs/source/developer/index.rst @@ -3,9 +3,9 @@ Developer Guide To start using the MapStore geOrchestra project as a developer you need the following: * install the needed requirements: - * NodeJS (>=8) - * JDK (>= 8) - * Maven (>= 3.x) + * NodeJS (>=16) + * JDK (>= 11) + * Maven (>= 3.6) * clone the GitHub repository: