Skip to content

Commit

Permalink
Use Gradle wrapper in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 24, 2023
1 parent 7c44d26 commit 4b3a043
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gradle:jdk19 as builder
WORKDIR /usr/app
COPY . .
RUN gradle --no-daemon :plugin:installBot
RUN ./gradlew --no-daemon :plugin:installBot

FROM ibm-semeru-runtimes:open-19-jre-focal

Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 4b3a043

Please sign in to comment.