From a79e67713a83a7c99d4a4b0f86c1120f7713f262 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 6 Mar 2020 00:32:44 +0100 Subject: docker image for gradle 6.2.2, try reproducing #2336 --- docker/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/readme.md') 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-.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-.jar` ### `ARG jdk=13` -- cgit