gwtproject / gwt-site

Sources of the pages of the gwtproject.org website.
150 stars 334 forks source link

Switch to show new gettingstarted-v2.md by default. #367

Closed craigmit closed 1 month ago

craigmit commented 2 months ago

Switch to show new gettingstarted-v2.md in the main menu. Ie: Here:

image

Note: To test this change, I had to add:

set JDK_JAVA_OPTIONS=--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED

before running mvn clean install, otherwise I gor the error:

java.lang.RuntimeException: Error creating extended parser class: Could not determine whether class 'org.pegdown.Parser$$parboiled' has already been loaded

Probably because I'm running Java 17.