We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d644b3 commit 78c4218Copy full SHA for 78c4218
.github/workflows/reusable-publish-smoke-test-images.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Build Java 17 Docker image
71
if: "!inputs.skip-java-17"
72
- run: ./gradlew ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
+ run: ./gradlew --debug --stacktrace ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
73
74
- name: Build Java 21 Docker image
75
if: "!inputs.skip-java-21"
0 commit comments