We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9333fb commit e6d3d10Copy full SHA for e6d3d10
.github/actions/install_smithy_dafny_codegen_dependencies/action.yml
.github/actions/polymorph_codegen/action.yml
@@ -66,6 +66,17 @@ runs:
66
git pull
67
git submodule update --init --recursive
68
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
80
- name: Update top-level project.properties file in MPL
81
if: inputs.update-and-regenerate-mpl == 'true'
82
shell: bash
0 commit comments