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 53bbeb0 commit 8aefd49Copy full SHA for 8aefd49
.github/actions/custom-gradle-distribution-url/action.yml
@@ -6,9 +6,8 @@ runs:
6
using: composite
7
steps:
8
- name: Checkout tools
9
+ working-directory: aws-sdk-kotlin
10
run: |
- 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