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 d8d6cb6 commit 1febb8dCopy full SHA for 1febb8d
.github/actions/custom-gradle-distribution-url/action.yml
@@ -6,7 +6,7 @@ runs:
6
using: composite
7
steps:
8
- name: Configure gradle distribution URL
9
- working-directory: smithy-kotlin
+ working-directory: ./smithy-kotlin
10
run: |
11
# Keep gradle version in sync with smithy-kotlin/gradle/wrapper/gradle-wrapper.properties
12
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
0 commit comments