Build matrix for building

This commit is contained in:
Nanne Baars
2020-04-18 16:28:57 +02:00
committed by Nanne Baars
parent 3b7481c2a7
commit 561fb1f7f4
2 changed files with 40 additions and 38 deletions

View File

@ -37,7 +37,7 @@ Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/rel
java -jar webgoat-server-8.0.0.VERSION.jar [--server.port=8080] [--server.address=localhost]
```
The latest version of WebGoat needs Java 11. By default WebGoat starts on port 8080 with `--server.port` you can specify a different port. With `server.address` you
The latest version of WebGoat needs Java 11 or above. By default WebGoat starts on port 8080 with `--server.port` you can specify a different port. With `server.address` you
can bind it to a different address (default localhost)