Skip to content

Commit

Permalink
Updating README with extra installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
avishek-sen-gupta committed Nov 20, 2024
1 parent 4cc9b9b commit 720159f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,21 @@ Now run your commands as usual.
- The toolkit uses JDK 21 features; so you'll need the appropriate JDK set up.
- The Che4z COBOL support repository requires Java 8 for building as well.

Alternatively, you can update all occurrences of the following:
```
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
```

to

```
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
```

I have intentionally not updated the JDK version in Che4z to minimise changes in that submodule.

After cloning the repository, initialise submodules using:

```
Expand Down

0 comments on commit 720159f

Please sign in to comment.