Skip to content

Commit 43c4ec9

Browse files
committed
Update Gradle to v9.5.0
1 parent fe85147 commit 43c4ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Compute version
4949
run: |
5050
gradle printVersion
51-
echo "BUILD_VERSION=$(gradle printVersion | awk '{ print $1 }')" >> $GITHUB_ENV
51+
echo "BUILD_VERSION=$(gradle printVersion -q)" >> $GITHUB_ENV
5252
- name: Login to Docker Hub
5353
env:
5454
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)