Skip to content

Commit

Permalink
chore(docs): describe official support of Java 17 (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Feb 12, 2023
1 parent 649f666 commit 238c7cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 589 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Quick Links:
To properly build the StreamPipes core, the following tools should be installed:

### Prerequisites
* Java 17 JDK (minimum)
* Java 17 JDK (We officially only support Java 17, JDKs above 17 might work as well, but we don't provide any guarantee)
* Maven (tested with 3.8)
* NodeJS + NPM (tested with v12+/ v6+)
* Docker + Docker-Compose
Expand All @@ -154,7 +154,6 @@ To build the ui, switch to the ``ui`` folder and perform the following steps:

```
npm install
# for NPM > v7, run npm install --legacy-peer-deps
npm run build
```

Expand Down
Loading

0 comments on commit 238c7cd

Please # to comment.