Back to Lombok

Readme

docker/ant/readme.md

1.18.46629 B
Original Source

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