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