Files
2024-10-09 00:53:49 +02:00
..
2024-10-09 00:53:49 +02:00
2023-09-20 15:26:11 +02: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