aboutsummaryrefslogtreecommitdiff
path: root/docker/readme.md
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2020-03-06 00:32:44 +0100
committerRoel Spilker <r.spilker@gmail.com>2020-03-06 00:32:44 +0100
commita79e67713a83a7c99d4a4b0f86c1120f7713f262 (patch)
treee6c2e1dfc6007e93950e2f141a890c15a4adb798 /docker/readme.md
parent2dc69359f024ac0c20916edd0ba43439393fb7ed (diff)
downloadlombok-a79e67713a83a7c99d4a4b0f86c1120f7713f262.tar.gz
lombok-a79e67713a83a7c99d4a4b0f86c1120f7713f262.tar.bz2
lombok-a79e67713a83a7c99d4a4b0f86c1120f7713f262.zip
docker image for gradle 6.2.2, try reproducing #2336
Diffstat (limited to 'docker/readme.md')
-rw-r--r--docker/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/readme.md b/docker/readme.md
index a7a6aca0..50a752ed 100644
--- a/docker/readme.md
+++ b/docker/readme.md
@@ -7,8 +7,8 @@ Each docker image contains a `/workspace` where all relevant files are located.
### `ARG lombokjar=lombok.jar`
-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`
+When building the image, a lombok.jar will be downloaded to `/workspace/classpath` and `/workspace/modules`.
+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=13`