Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 41a8e8e

Browse files
committed
Change JDK from 17 to 21
# TODO - details for request specific requests - sm/smea dyn functionality - Builder for requests Signed-off-by: zhaoxinn <[email protected]>
1 parent 4932f90 commit 41a8e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 17
24+
- name: Set up JDK 21
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '17'
27+
java-version: '21'
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven

0 commit comments

Comments
 (0)