mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-06 14:12:27 +00:00
Configuration
(general configuration and options)
ARG ant=1.10.9
The ant version to be used. Supported values:
1.10.9(default)1.10.71.10.61.10.1
Example build commands:
(To be executed from the <lombokhome>/docker directory)
docker build -t lombok-ant-jdk16 -f ant/Dockerfile .
docker build -t lombok-ant-jdk16 --build-arg lombokjar=lombok-1.18.20.jar -f ant/Dockerfile .
Example run commands:
docker run -it lombok-ant-jdk16
docker run --rm -it -v /<lombokhome>/dist/lombok.jar:/workspace/lombok.jar lombok-ant-jdk16
Example container commands:
cd classpath
ant dist