File tree Expand file tree Collapse file tree 6 files changed +21
-22
lines changed
actions/custom-gradle-distribution-url Expand file tree Collapse file tree 6 files changed +21
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8686 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
8787 aws-region : us-west-2
8888 - name : Configure Gradle
89- working-directory : ./aws-sdk-kotlin
90- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
89+ run : |
90+ # Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
91+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
9192 - name : Run Service Check Batch and Calculate Artifact Size Metrics
9293 id : svc-check-batch
9394 run : |
@@ -216,8 +217,9 @@ jobs:
216217 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
217218 aws-region : us-west-2
218219 - name : Configure Gradle
219- working-directory : ./aws-sdk-kotlin
220- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
220+ run : |
221+ # Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
222+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
221223 - name : Calculate Artifact Size Metrics
222224 id : svc-check-batch
223225 run : |
Original file line number Diff line number Diff line change 3434 - name : Setup Build
3535 uses : ./aws-sdk-kotlin/.github/actions/setup-build
3636 - name : Configure Gradle
37- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
37+ run : |
38+ # Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
39+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
3840 - name : Test
3941 working-directory : ./aws-sdk-kotlin
4042 shell : bash
5759 - name : Setup Build
5860 uses : ./aws-sdk-kotlin/.github/actions/setup-build
5961 - name : Configure Gradle
60- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
62+ run : |
63+ # Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
64+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
6165 - name : Build smithy-kotlin
6266 working-directory : ./smithy-kotlin
6367 shell : bash
Original file line number Diff line number Diff line change 3939 aws-region : us-west-2
4040
4141 - name : Configure Gradle
42- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
42+ run : |
43+ # Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
44+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
4345
4446 - name : Setup kat
4547 uses : awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
Original file line number Diff line number Diff line change 2424 with :
2525 path : ' aws-sdk-kotlin'
2626 - name : Configure Gradle
27- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
27+ run : |
28+ # Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
29+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
2830 - name : Lint ${{ env.PACKAGE_NAME }}
2931 working-directory : ./aws-sdk-kotlin
3032 run : |
Original file line number Diff line number Diff line change 4444 java-version : 17
4545 cache : ' gradle'
4646 - name : Configure Gradle
47- uses : ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
47+ run : |
48+ # Keep gradle version in sync with aws-sdk-kotlin/gradle/wrapper/gradle-wrapper.properties
49+ gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
4850 - name : Check merge base
4951 shell : bash
5052 run : |
You can’t perform that action at this time.
0 commit comments