File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ different systems together using scenarios and plugins created by users.
25
25
26
26
Dependencies:
27
27
- [ Git] ( https://git-scm.com/ ) 2.18+
28
- - [ Java 8 ] ( https://adoptium.net/ )
28
+ - [ Java 17 ] ( https://adoptium.net/ )
29
29
- [ Docker Community Edition] ( https://www.docker.com/community-edition )
30
30
- [ Docker Buildx] ( https://docs.docker.com/build/buildx/install/ )
31
31
- (Optional) [ NodeJS and NPM] ( https://nodejs.org/en/download/ ) (Node 16 or greater)
@@ -41,7 +41,7 @@ Available Maven profiles:
41
41
- ` docker ` - build Docker images;
42
42
- ` debian ` - build Debian-based Docker images instead of the default CentOS base;
43
43
- ` it ` - run integration tests;
44
- - ` jdk17 ` , ` jdk17-aarch64 ` - use a different JDK version for building artifacts and Docker images.
44
+ - ``jdk17-aarch64` - use a different JDK version for building artifacts and Docker images.
45
45
46
46
Profiles can be combined, e.g.
47
47
@@ -122,4 +122,4 @@ See the [examples](examples) directory.
122
122
123
123
## Development Notes
124
124
125
- See [ NOTES.md] ( NOTES.md ) .
125
+ See [ NOTES.md] ( NOTES.md ) .
You can’t perform that action at this time.
0 commit comments