This image is used to build the Anathabhojanam application in GitHub (GH) Actions.
- Check locally how the build can be run on a server.
- Build locally if there is no proper Java installed on the local machine.
- More controlled building/build environment.
docker build -t android-build-tool-34-jvm-17-builder .
docker run --rm \
--volume "$(pwd):/app" \
--workdir /app \
android-build-tool-34-jvm-17-builder \
sh -c "./gradlew detekt"