Skip to content

Commit 890f2bb

Browse files
committed
misc: pr feedback v1
1 parent e1171d4 commit 890f2bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/configure-gradle/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ runs:
1414
cd ${{ inputs.working-directory }}
1515
gradleVersion=$(grep "distributionUrl" ./gradle/wrapper/gradle-wrapper.properties | sed -n 's|.*gradle-\([0-9.]*\)-bin.zip|\1|p')
1616
echo Configuring custom Gradle distribution URL with version: $gradleVersion
17+
echo gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-$gradleVersion-bin.zip
1718
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-$gradleVersion-bin.zip

0 commit comments

Comments
 (0)