Skip to content

Commit 5b8832d

Browse files
authored
Set JDK17 on publish action (#218)
1 parent 6dbae6a commit 5b8832d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/build-core/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ description: Clone and build TrustyAI-Explainability library (shaded in a single
33
runs:
44
using: "composite"
55
steps:
6+
- name: Set up JDK 17
7+
uses: actions/setup-java@v2
8+
with:
9+
distribution: 'adopt'
10+
java-version: '17'
611
- name: Build explainability-core
712
shell: bash
813
run: |

0 commit comments

Comments
 (0)