Skip to content

Commit e755fbe

Browse files
committed
setup gradle
1 parent a7d7761 commit e755fbe

File tree

1 file changed

+3
-0
lines changed
  • .github/actions/install_smithy_dafny_codegen_dependencies

1 file changed

+3
-0
lines changed

.github/actions/install_smithy_dafny_codegen_dependencies/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ runs:
1414
distribution: "corretto"
1515
java-version: "17"
1616

17+
- name: Setup Gradle
18+
uses: gradle/actions/setup-gradle@v4
19+
1720
- name: Install smithy-dafny-codegen dependencies locally (with retry)
1821
uses: nick-fields/retry@v3
1922
with:

0 commit comments

Comments
 (0)