Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 11f0c36

Browse files
committed
Setup Java 17 for releases
1 parent 772a046 commit 11f0c36

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
with:
1313
# Fetch all history
1414
fetch-depth: 0
15+
- name: Setup Java 17
16+
uses: actions/setup-java@v2
17+
with:
18+
distribution: 'temurin'
19+
java-version: '17'
1520
- name: Maven Publish
1621
id: maven_publish
1722
env:

0 commit comments

Comments
 (0)