Skip to content

Commit

Permalink
fix: Update JDK11 to JDK17 in .github/workflows/publish-release.yml (#…
Browse files Browse the repository at this point in the history
…423)

Signed-off-by: Taras Drozdovskyi <[email protected]>
  • Loading branch information
tdrozdovsky authored Feb 5, 2024
1 parent 265c518 commit 54d70d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3

- name: Set up JDK 17
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build using maven
id: build
run: |
Expand Down

0 comments on commit 54d70d5

Please sign in to comment.