Skip to content

Commit

Permalink
Fixed wrong Java version in archetype (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofterdinger authored Nov 21, 2023
1 parent 6429e43 commit b3411c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ It supports the following command-line options:
| `-DodataVersion=[v2\|v4]` | Specify which protocol adapter is activated by default |
| `-DtargetPlatform=cloudfoundry` | Adds CloudFoundry target platform support to the project |
| `-DinMemoryDatabase=[h2\|sqlite]` | Specify which in-memory database is used for local testing. If not specified, the default value is `h2`. |
| `-DjdkVersion=[17\|20]` | Specifies the target JDK version. If not specified, the default value is `17`. |
| `-DjdkVersion=[17\|21]` | Specifies the target JDK version. If not specified, the default value is `17`. |

### Maven Build Options

Expand Down

0 comments on commit b3411c7

Please sign in to comment.