Skip to content

Commit f64dae9

Browse files
committed
Build with Java 17
1 parent 1dfc1c2 commit f64dae9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/kat-transform.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
verify-transform:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Configure JDK
26-
uses: actions/setup-java@v3
27-
with:
28-
distribution: 'corretto'
29-
java-version: 17
30-
cache: 'gradle'
31-
3225
- name: Checkout sources
3326
uses: actions/checkout@v4
3427
with:
@@ -43,6 +36,13 @@ jobs:
4336
- name: Setup kat
4437
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
4538

39+
- name: Configure JDK
40+
uses: actions/setup-java@v3
41+
with:
42+
distribution: 'corretto'
43+
java-version: 17
44+
cache: 'gradle'
45+
4646
- name: Build
4747
working-directory: ./smithy-kotlin
4848
shell: bash

0 commit comments

Comments
 (0)