Skip to content

Commit 3884421

Browse files
authored
chore: Update project-setup to correct JDK version. (#444)
1 parent 9d42bbd commit 3884421

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-9.81 KB
Loading

docs/paper/dev/getting-started/project-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ You will be asked to provide some information about your project.
185185
| **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 use `me.<yourname>`. |
186186
| **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. |
187187
| **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. |
188-
| **JDK** | The JDK you want to use. This can be anything from Java 17 and above. |
188+
| **JDK** | The JDK you want to use. This can be anything from Java <Property name="PAPER_JAVA_MIN" /> and above. |
189189

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

0 commit comments

Comments
 (0)