Skip to content

Commit

Permalink
#157: Removed unnecssary build command
Browse files Browse the repository at this point in the history
  • Loading branch information
darnjo committed Aug 29, 2023
1 parent da5bfbf commit f6b5233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GradleDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV GRADLE_USER_HOME ${GRADLE_CACHE}

RUN rm -rf ${BUILD_DIR}

RUN ./gradlew --quiet --no-daemon build clean jar --build-cache
RUN ./gradlew --quiet --no-daemon clean jar --build-cache

RUN chmod -R +rw ${WORKING_PATH}

Expand Down

0 comments on commit f6b5233

Please sign in to comment.