Skip to content

Commit 0b40f8e

Browse files
committed
Add Java setup to preconditions
1 parent c751181 commit 0b40f8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ jobs:
1010
name: Check preconditions
1111
runs-on: ubuntu-20.04
1212
steps:
13+
# Required for Maven
14+
- name: Set up JDK 17
15+
uses: actions/setup-java@v2
16+
with:
17+
distribution: 'temurin'
18+
java-version: '17'
19+
overwrite-settings: false
20+
1321
- name: Setup Git
1422
run: |
1523
git config user.name github-actions

0 commit comments

Comments
 (0)