This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-site.git

commit 5a5d6b571f4d4435a3de5007dbfb0a1c8725ea2e
Author: ddekany <[email protected]>
AuthorDate: Sat Jun 1 17:08:09 2024 +0200

    Minor site updates: Sill described Ant commands instead of Gradle at some 
places
---
 src/main/docgen/book.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 6e7f7519..5fb7a639 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -1560,11 +1560,12 @@
           </listitem>
 
           <listitem>
-            <para><literal>ant dist</literal></para>
+            <para><literal>gradle build</literal></para>
           </listitem>
 
           <listitem>
-            <para><literal>ant rat</literal>, check output. There can't be any
+            <para>Check the RAT report in
+            <literal>build\reports\rat\</literal>! There can't be any
             binaries, archives, and especially not unknown or unapproved
             licenses in the reports. Skip to the next point if there were
             none! Otherwise, check if the problematic files are fine legally.

Reply via email to