Skip to content

Commit b884f63

Browse files
committed
chore: update Velocity Java requirement in dev
1 parent 761a62f commit b884f63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/velocity/dev/getting-started/creating-your-first-plugin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ IDEA is recommended.
2525
- Open your IDE
2626
- Click `Create New Project` or the equivalent
2727
- Select either `Gradle` or `Maven`
28-
- Make sure your **Project JDK** is Java 17 or later
28+
- Make sure your **Project JDK** is Java 21 or later
2929
- **Finish** the dialog and open the project.
3030

3131
Now we have created our project, we need configure our build system.
@@ -222,7 +222,7 @@ You will be asked to provide some information about your project.
222222
| **Group ID** | The group ID of your project. This is used for Maven and Gradle. This is usually your domain name in reverse. If you don't know what you should put here, you can use something like `io.github.<yourname>` or if you don't have GitHub you can just use `me.<yourname>`. |
223223
| **Artifact ID** | The artifact ID of your project. This is used for Maven and Gradle. This is usually the name of your project. This is usually the same as the `Name` field. |
224224
| **Version** | The version of your project. This is used for Maven and Gradle. This is usually `1.0-SNAPSHOT` and does not really matter for now. |
225-
| **JDK** | The JDK you want to use. This can be anything from Java 17 and above. |
225+
| **JDK** | The JDK you want to use. This can be anything from Java 21 and above. |
226226

227227
Now you can click on the `Create` button and IntelliJ will create the project for you.
228228
If everything went well, you should see something like this:

src/content/docs/velocity/dev/how-to/porting-from-velocity-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ document very carefully**.
99

1010
## Minimum supported Java version bump
1111

12-
Velocity 3.3.x and above now requires Java 17 and above.
12+
Velocity 3.5.x and above now requires Java 21 and above.
1313

1414
## Removal of legacy dependencies
1515

0 commit comments

Comments
 (0)