File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/developing-applications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,10 +335,10 @@ It supports the following command-line options:
335335| ` -Dpackage=<a valid Java package> ` | The Java package for your project's classes. Defaults to ` ${groupId}.${artifactId} ` . |
336336| ` -DincludeModel=true ` | Adds a minimalistic sample CDS model to the project. |
337337| ` -DincludeIntegrationTest=true ` | Adds an integration test module to the project. |
338- | ` -DodataVersion=[v2\|v4] ` | Specify which protocol adapter is activated by default. |
338+ | ` -DodataVersion=[v2\|v4] ` | Specify which protocol adapter is activated by default. Defaults to ` v4 ` |
339339| ` -DtargetPlatform=cloudfoundry ` | Adds CloudFoundry target platform support to the project. |
340340| ` -DinMemoryDatabase=[h2\|sqlite] ` | Specify which in-memory database is used for local testing. If not specified, the default value is ` h2 ` . |
341- | ` -DjdkVersion=[17\|21] ` | Specifies the target JDK version. If not specified, the default value is ` 21 ` . |
341+ | ` -DjdkVersion=[17\|21\|25 ] ` | Specifies the target JDK version. Defaults to ` 21 ` . |
342342| ` -Dpersistence=[true\|false] ` | Specify whether persistence is enabled (` true ` ) or disabled (` false ` ). Defaults to ` true ` . |
343343| ` -DcdsdkVersion=<a valid cds-dk version> ` | Sets the provided cds-dk version in the project. If not specified, the default of CAP Java is used. |
344344
You can’t perform that action at this time.
0 commit comments