Skip to content

Commit

Permalink
bump java build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadelis committed Apr 11, 2024
1 parent 76146b3 commit 736066f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
java-version: 17
cache: maven

- name: mvn verify
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
java-version: 17
cache: maven

- name: Set version
Expand Down

0 comments on commit 736066f

Please sign in to comment.