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

danhaywood pushed a commit to branch 2.0.0-RC4
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 9d44a8b0e7be58537b0e5c33dae7ae7f3b6472c6
Author: danhaywood <[email protected]>
AuthorDate: Wed Jan 3 07:29:10 2024 +0000

    CAUSEWAY-3627 : updates release procedures for generating the website
---
 .../comguide/modules/ROOT/pages/post-release-successful.adoc   | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc 
b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
index 518d60a887..078a02d65e 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -348,15 +348,23 @@ Now we make sure that the docs in the new doc branch are 
actually up-to-date.
 git checkout {page-causewayrel}
 ----
 
-* build prereqs
+* build framework
 +
 [source,bash,subs="attributes+"]
 ----
 pushd bom
 mvnd clean install -T1C -DskipTests -Dgithub
 popd
+----
+
+* build module tooling
++
+[source,bash,subs="attributes+"]
+----
 mvnd -D module-tooling -D skip.essential install -DskipTests
 ----
++
+NOTE: this now requires at least JDK 17 in order to build the `module-tooling` 
module that is used to generate some of the website.
 
 * generate the website:
 +

Reply via email to