Skip to content

Commit 6d40b3a

Browse files
committed
[Build] Add logging
1 parent 90ffda9 commit 6d40b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
gradle-version: 8.10.2
7575

7676
- name: Build JVM OCI image
77-
run: ./gradlew jib -Djib.serialize=true # https://github.com/GoogleContainerTools/jib/issues/4301
77+
run: ./gradlew jib -Djib.serialize=true --info # https://github.com/GoogleContainerTools/jib/issues/4301
7878
env:
7979
USERNAME: ${{ github.actor }}
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)