This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch 2.3-gae in repository https://gitbox.apache.org/repos/asf/freemarker.git
commit 6579c86aea7b61877b5fed4e3b90b959e1e2e4ca Author: ddekany <[email protected]> AuthorDate: Sun Dec 1 13:52:44 2024 +0100 (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 6824a6a0..3bc229e6 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</programlisting> xlink:href="https://github.com/apache/freemarker/pull/79">GitHub PR 79</link>: 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 <literal>build.properties</literal> 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 <literal>README.md</literal> for more instructions. (Gradle itself is self-installing, of course.)</para>
