Skip to content

Commit 60f7db7

Browse files
committedFeb 12, 2024
update java to 21
1 parent ef729bf commit 60f7db7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up JDK
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: '17'
14+
java-version: '21'
1515
distribution: 'temurin'
1616
- name: Build project with Maven
1717
run: mvn -B -ntp install

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up JDK
1414
uses: actions/setup-java@v3
1515
with:
16-
java-version: '17'
16+
java-version: '21'
1717
distribution: 'temurin'
1818
- name: Build project with Maven
1919
run: mvn -B -ntp install

0 commit comments

Comments
 (0)
Please sign in to comment.