From 6579c86aea7b61877b5fed4e3b90b959e1e2e4ca Mon Sep 17 00:00:00 2001 From: ddekany Date: Sun, 1 Dec 2024 13:52:44 +0100 Subject: [PATCH] (Manual typo fix) --- freemarker-manual/src/main/docgen/en_US/book.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freemarker-manual/src/main/docgen/en_US/book.xml b/freemarker-manual/src/main/docgen/en_US/book.xml index 6824a6a0e..3bc229e60 100644 --- a/freemarker-manual/src/main/docgen/en_US/book.xml +++ b/freemarker-manual/src/main/docgen/en_US/book.xml @@ -30925,9 +30925,9 @@ TemplateModel x = env.getVariable("x"); // get variable x xlink:href="https://github.com/apache/freemarker/pull/79">GitHub PR 79: Switched from Ant, to Gradle. IDE setup now involves no lengthy manual adjustments, assuming it's fairly - recent IDE with decent Gradle support. There's on + recent IDE with decent Gradle support. There's no build.properties to set up either, but - you need to ensure that you have both JDK 8, and JDK 16m and + you need to ensure that you have both JDK 8, and JDK 16, and that Gradle finds them. See the README.md for more instructions. (Gradle itself is self-installing, of course.)