Switch to show new gettingstarted-v2.md in the main menu. Ie: Here:
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
Switch to show new gettingstarted-v2.md in the main menu. Ie: Here:
Note: To test this change, I had to add:
before running
mvn clean install
, otherwise I gor the error:Probably because I'm running Java 17.