File tree Expand file tree Collapse file tree 5 files changed +26
-1
lines changed Expand file tree Collapse file tree 5 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
33
33
aws-region : us-west-2
34
+ - name : Configure Gradle
35
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
34
36
- name : Generate Artifact Size Metrics
35
37
run : ./gradlew artifactSizeMetrics
36
38
- name : Save Artifact Size Metrics
54
56
with :
55
57
role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
56
58
aws-region : us-west-2
59
+ - name : Configure Gradle
60
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
57
61
- name : Generate Artifact Size Metrics
58
62
run : ./gradlew artifactSizeMetrics
59
63
- name : Analyze Artifact Size Metrics
Original file line number Diff line number Diff line change 39
39
distribution : ' corretto'
40
40
java-version : 17
41
41
cache : ' gradle'
42
+ - name : Configure Gradle
43
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
42
44
- name : Test
43
45
shell : bash
44
46
run : |
59
61
distribution : ' corretto'
60
62
java-version : 17
61
63
cache : ' gradle'
64
+ - name : Configure Gradle
65
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
62
66
- name : Test
63
67
shell : bash
64
68
run : |
83
87
distribution : ' corretto'
84
88
java-version : 17
85
89
cache : ' gradle'
90
+ - name : Configure Gradle
91
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
86
92
- name : Test
87
93
shell : bash
88
94
run : |
@@ -110,6 +116,14 @@ jobs:
110
116
# smithy-kotlin is checked out as a sibling dir which will automatically make it an included build
111
117
path : ' aws-sdk-kotlin'
112
118
repository : ' awslabs/aws-sdk-kotlin'
119
+ - name : Configure Gradle - smithy-kotlin
120
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
121
+ with :
122
+ working-directory : ./smithy-kotlin
123
+ - name : Configure Gradle - aws-sdk-kotlin
124
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
125
+ with :
126
+ working-directory : ./aws-sdk-kotlin
113
127
- name : Configure JDK
114
128
uses : actions/setup-java@v3
115
129
with :
Original file line number Diff line number Diff line change 35
35
role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
36
36
aws-region : us-west-2
37
37
38
+ - name : Configure Gradle
39
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
40
+ with :
41
+ working-directory : ./smithy-kotlin
42
+
38
43
- name : Setup kat
39
44
uses : awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
40
45
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout sources
23
23
uses : actions/checkout@v2
24
+ - name : Configure Gradle
25
+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
24
26
- name : Lint ${{ env.PACKAGE_NAME }}
25
27
run : |
26
28
./gradlew ktlint
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\ ://services.gradle.org/distributions/gradle-8.5 -bin.zip
3
+ distributionUrl =https://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments