Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 736066f

Browse filesBrowse files
committed
bump java build version
1 parent 76146b3 commit 736066f
Copy full SHA for 736066f

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎.github/workflows/build_pipeline.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_pipeline.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616

17-
- name: Set up JDK 8
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v3
1919
with:
2020
distribution: temurin
21-
java-version: 8
21+
java-version: 17
2222
cache: maven
2323

2424
- name: mvn verify

‎.github/workflows/release_pipeline.yml

Copy file name to clipboardExpand all lines: .github/workflows/release_pipeline.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616

17-
- name: Set up JDK 8
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v3
1919
with:
2020
distribution: temurin
21-
java-version: 8
21+
java-version: 17
2222
cache: maven
2323

2424
- name: Set version

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.