FROM gradle:8.13.0-jdk11-corretto

COPY . . 

ENTRYPOINT ["/bin/sh", "-c", "gradle generateEnvProperties && gradle build"]
