Skip to content

Commit

Permalink
Setup JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso committed Sep 15, 2024
1 parent 9e6497d commit bc6bef5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
cache: maven

- name: Grant execute permission for Maven Wrapper
run: chmod +x ./mvnw

Expand Down

0 comments on commit bc6bef5

Please sign in to comment.