File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 2424 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
2525 aws-region : us-west-2
2626 - name : Configure Gradle
27- run : |
28- # Keep gradle version in sync with aws-crt-kotlin/gradle/wrapper/gradle-wrapper.properties
29- gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
27+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
3028 - name : Generate Artifact Size Metrics
3129 run : ./gradlew artifactSizeMetrics
3230 - name : Save Artifact Size Metrics
4543 role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
4644 aws-region : us-west-2
4745 - name : Configure Gradle
48- run : |
49- # Keep gradle version in sync with aws-crt-kotlin/gradle/wrapper/gradle-wrapper.properties
50- gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
46+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
5147 - name : Generate Artifact Size Metrics
5248 run : ./gradlew artifactSizeMetrics
5349 - name : Analyze Artifact Size Metrics
Original file line number Diff line number Diff line change 4444 cache : ' gradle'
4545
4646 - name : Configure Gradle
47- working-directory : ./aws-crt-kotlin
48- run : |
49- # Keep gradle version in sync with aws-crt-kotlin/gradle/wrapper/gradle-wrapper.properties
50- gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
47+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
48+ with :
49+ working-directory : ./aws-crt-kotlin
5150
5251 - name : Build
5352 working-directory : ./aws-crt-kotlin
You can’t perform that action at this time.
0 commit comments