Skip to content

Commit

Permalink
Revert "Merge branch 'refs/heads/master' into develop"
Browse files Browse the repository at this point in the history
This reverts commit 3ddf4b6, reversing
changes made to 751211e.
  • Loading branch information
raikbitters committed Jun 7, 2024
1 parent 3ddf4b6 commit 0e464ff
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 730 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ ARG APP_VERSION
WORKDIR /usr/app
COPY . /usr/app
RUN if [ "${RELEASE_MODE}" = true ]; then \
gradle build --no-build-cache --exclude-task test \
gradle build --exclude-task test \
-PreleaseMode=true \
-Dorg.gradle.project.version=${APP_VERSION}; \
else gradle build --no-build-cache --exclude-task test -Dorg.gradle.project.version=${APP_VERSION}; fi
else gradle build --exclude-task test -Dorg.gradle.project.version=${APP_VERSION}; fi

# For ARM build use flag: `--platform linux/arm64`
FROM --platform=$BUILDPLATFORM amazoncorretto:21.0.1
Expand Down
Loading

0 comments on commit 0e464ff

Please sign in to comment.