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 e1171d4 commit 890f2bbCopy full SHA for 890f2bb
.github/actions/configure-gradle/action.yml
@@ -14,4 +14,5 @@ runs:
14
cd ${{ inputs.working-directory }}
15
gradleVersion=$(grep "distributionUrl" ./gradle/wrapper/gradle-wrapper.properties | sed -n 's|.*gradle-\([0-9.]*\)-bin.zip|\1|p')
16
echo Configuring custom Gradle distribution URL with version: $gradleVersion
17
+ echo gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-$gradleVersion-bin.zip
18
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-$gradleVersion-bin.zip
0 commit comments