Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agoerler authored Nov 21, 2023
1 parent 6429e43 commit 6cfc684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ The CAP Java SDK uses various dependencies that are also used by the application

| Dependency | Minimum Version | Recommended Version |
| --- | --- | --- |
| Java | 17 | 17 |
| Java | 17 | 21 |
| @sap/cds-dk | 6 | latest |
| @sap/cds-compiler | 3 | latest |
| Spring Boot | 3.0 | latest |
Expand Down 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 6cfc684

Please sign in to comment.