File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/content/docs/velocity/admin/getting-started Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ many of these questions from the user perspective.
99
1010## What version of Java does Velocity require?
1111
12- Velocity 3.3.x requires Java 17 or above.
12+ Velocity 3.3.x requires at least Java 17, however it works best with 21 or above.
1313
1414## Where can I find Velocity plugins?
1515
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This page covers how to install and set up a minimal configuration of Velocity.
88## Installing Java
99
1010Velocity is written in Java, so if you do not already have Java installed, you will need to install
11- it before you continue. Velocity requires Java 17 or newer. See our
12- [ Java installation guide] ( /misc/java-install ) for detailed instructions.
11+ it before you continue. Velocity requires at least Java 17, however it works best with 21 or above.
12+ See our [ Java installation guide] ( /misc/java-install ) for detailed instructions.
1313
1414## Downloading Velocity
1515
You can’t perform that action at this time.
0 commit comments