Skip to content

Commit

Permalink
bump rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Apr 29, 2024
1 parent 70b6df2 commit d507a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM gradle:7.6-jdk11 AS build
ARG release_version

COPY ./ .
RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=${release_version}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jmh {

dependencyCheck {
suppressionFile='supressions.xml'
}
}

0 comments on commit d507a1d

Please sign in to comment.