Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit bda96b1

Browse files
JDK 17 is required for tvdformat due to JS dependencies
1 parent 41805fa commit bda96b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These settings have been defined and tested with the product versions mentioned
1313

1414
Please note, that these settings cannot be used in [Oracle SQL Developer for VSCode 23.4.0](https://marketplace.visualstudio.com/items?itemName=Oracle.sql-developer). And it does not work in the embedded version of SQLcl 23.3.1.0, which cannot run JavaScript.
1515

16-
JDK 11 is required for SQLDev and SQLcl. The standalone tvdformat.jar works with JDK 11 or newer.
16+
JDK 11 is required for SQLDev and SQLcl. The standalone tvdformat.jar requires JDK 17 or newer.
1717

1818
See [releases](https://github.com/Trivadis/plsql-formatter-settings/releases) for settings supporting older versions.
1919

standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project contains JUnit tests for
1111
- the SQLcl command `tvdformat`
1212
- the standalone exectable `tvdformat`
1313

14-
The project requires a JDK 17, but it produces a Java 11 executable JAR file. A GraalVM JDK is required only if you want to build a [native image](https://www.graalvm.org/reference-manual/native-image/).
14+
The project requires a JDK 17. A GraalVM JDK 21.0.2 is required if you want to build a [native image](https://www.graalvm.org/reference-manual/native-image/).
1515

1616
## Running the Standalone Formatter
1717

0 commit comments

Comments
 (0)