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 ade5d82 commit d8d6cb6Copy full SHA for d8d6cb6
.github/workflows/continuous-integration.yml
@@ -115,10 +115,8 @@ jobs:
115
# smithy-kotlin is checked out as a sibling dir which will automatically make it an included build
116
path: 'aws-sdk-kotlin'
117
repository: 'awslabs/aws-sdk-kotlin'
118
- - name: Configure Gradle for Smithy Kotlin
+ - name: Configure Gradle
119
uses: ./smithy-kotlin/.github/actions/custom-gradle-distribution-url
120
- - name: Configure Gradle for AWS SDK Kotlin
121
- uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
122
- name: Configure JDK
123
uses: actions/setup-java@v3
124
with:
0 commit comments