diff options
author | Roel Spilker <r.spilker@gmail.com> | 2018-10-30 00:50:10 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2018-10-30 00:50:24 +0100 |
commit | f5b106971a6e27b2d97cbda250b7e79d8561fab5 (patch) | |
tree | e4bc39a65cb761daa031e2d697d92751c0ca087d /docker/readme.md | |
parent | 03365378e91414a5a475cb234ca86ef2697ce9a9 (diff) | |
download | lombok-f5b106971a6e27b2d97cbda250b7e79d8561fab5.tar.gz lombok-f5b106971a6e27b2d97cbda250b7e79d8561fab5.tar.bz2 lombok-f5b106971a6e27b2d97cbda250b7e79d8561fab5.zip |
add jdk11 to docker builds
Diffstat (limited to 'docker/readme.md')
-rw-r--r-- | docker/readme.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docker/readme.md b/docker/readme.md index 9939839d..81e500b3 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -10,12 +10,13 @@ Each docker image contains a `/workspace` where all relevant files are located. When building the image, a lombok.jar will be downloaded to `/workspace`. By default, this is the latest released version. You
can download a specific version by adding `--build-arg lombokjar=lombok-<major.minor.build>.jar`
-### `ARG jdk=10`
+### `ARG jdk=11`
The jdk version to be used. Supported values:
-- `10` (default)
-- `9` (OpenJDK)
+- `11` (default)
+- `10`
+- `9`
- `8`
The version is also accessible in `JDK_VERSION`.
|