aboutsummaryrefslogtreecommitdiff
path: root/docker/readme.md
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2017-11-28 23:37:34 +0100
committerRoel Spilker <r.spilker@gmail.com>2017-11-28 23:37:34 +0100
commit1f7b8c3d2c5dc1afc59faaedee94abeefcffec3c (patch)
tree09edd97918d9197056757fba67a712b6b5acc284 /docker/readme.md
parent192ce9bc16e7d49533ba6ce12fc570c2bcfab550 (diff)
downloadlombok-1f7b8c3d2c5dc1afc59faaedee94abeefcffec3c.tar.gz
lombok-1f7b8c3d2c5dc1afc59faaedee94abeefcffec3c.tar.bz2
lombok-1f7b8c3d2c5dc1afc59faaedee94abeefcffec3c.zip
add ant Dockerfile, use jdk major version numbers instead
Diffstat (limited to 'docker/readme.md')
-rw-r--r--docker/readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/readme.md b/docker/readme.md
index c5805162..f6b6e550 100644
--- a/docker/readme.md
+++ b/docker/readme.md
@@ -10,12 +10,12 @@ 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=1.9`
+### `ARG jdk=9`
The jdk version to be used. Supported values:
-- `1.9` (default)
-- `1.8`
+- `9` (default)
+- `8`
The version is also accessible in `JDK_VERSION`.