Docker image that has XLR installed, mounts your source code and executes compilation using gradle wrapper.
latest
v8.1.0.1
v7.5.0.1
v7.2.0.2
v7.2.0.1
v7.1.0.4
v7.1.0.2
v7.1.0.1
v7.0.1.2
v7.0.0.1
v6.0.0.1
docker run -v [PROJECT_DIR]:/data -v /home/username/.xlgradle:/root/.gradle xebialabsunsupported/xlr_dev_compile
where:
data
: Mountpoint pointing to root directory of your plugin.xlgradle
: Is used to cache gradle dependencies.