Skip to content

Commit 303f505

Browse files
committed
Update Gradle download command
Signed-off-by: James Bradlee <[email protected]>
1 parent 4790197 commit 303f505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-assurance.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
source gradle/wrapper/gradle-wrapper.properties
1717
echo "Gradle URL: $distributionUrl"
1818
path=${{ runner.temp }}/gradle
19-
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
20-
unzip --no-verbose ${{ runner.temp }}/gradle.zip -d $path
19+
wget --no-verbose -O ${{ runner.temp }}/gradle.zip $distributionUrl
20+
unzip ${{ runner.temp }}/gradle.zip -d $path
2121
ls -1 $path
2222

0 commit comments

Comments
 (0)