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 6e86682 commit 53bbeb0Copy full SHA for 53bbeb0
.github/actions/custom-gradle-distribution-url/action.yml
@@ -7,6 +7,8 @@ runs:
7
steps:
8
- name: Checkout tools
9
run: |
10
+ pwd
11
+ ls -a
12
# Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
13
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
14
shell: bash
0 commit comments