Skip to content

Commit e6d3d10

Browse files
committed
Java 17 and install dependencies
1 parent b9333fb commit e6d3d10

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

.github/actions/install_smithy_dafny_codegen_dependencies/action.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/actions/polymorph_codegen/action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ runs:
6666
git pull
6767
git submodule update --init --recursive
6868
69+
- name: Setup Java 17 for smithy-dafny
70+
uses: actions/setup-java@v3
71+
with:
72+
distribution: "corretto"
73+
java-version: 17
74+
75+
- name: Install smithy-dafny dependencies locally
76+
shell: bash
77+
run: |
78+
make -C submodules/smithy-dafny mvn_local_deploy_polymorph_dependencies
79+
6980
- name: Update top-level project.properties file in MPL
7081
if: inputs.update-and-regenerate-mpl == 'true'
7182
shell: bash

0 commit comments

Comments
 (0)