mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-26 22:01:33 +00:00
Configuration
(general configuration and options)
ARG ant=1.10.1
The ant version to be used. Supported values:
1.10.1(default)
Example build commands:
(To be executed from the <lombokhome>/docker directory)
docker build -t lombok-ant-jdk10 -f ant/Dockerfile .
docker build -t lombok-ant-jdk10 --build-arg lombokjar=lombok-1.16.20.jar -f ant/Dockerfile .
Example run commands:
docker run -it lombok-ant-jdk10
docker run --rm -it -v /<lombokhome>/dist/lombok.jar:/workspace/lombok.jar lombok-ant-jdk10
Example container commands:
ant dist