This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/isis-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 884822497 updates prereqs on home page, classpath length (3)
884822497 is described below
commit 88482249750ff7207043b97a9d530cf227de25f7
Author: Dan Haywood <[email protected]>
AuthorDate: Wed Dec 14 23:32:36 2022 +0000
updates prereqs on home page, classpath length (3)
---
content/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/index.html b/content/index.html
index 84426b5b3..d8e20b7ed 100644
--- a/content/index.html
+++ b/content/index.html
@@ -543,7 +543,8 @@
<div class="col-lg-12 text-left text-lg-left">
<p class="cta-text text-center" style="margin-block-end: 0; ">
Prereqs: Java 11 and Maven 3.6+. <br/>
- We recommend you try out using Linux, MacOS or WSL2 (to <a
href="https://github.com/spring-projects/spring-boot/issues/17766">avoid
exceeding</a> Windows' limits exceeded by classpath length).
+ We recommend you try out using Linux, MacOS or WSL2 <br/>
+ (to <a
href="https://github.com/spring-projects/spring-boot/issues/17766">avoid
exceeding</a> Windows' limits exceeded by classpath length).
</p>
<br/>
</div>