Skip to content

Commit 538f1b6

Browse files
committed
Upgrade java version to 17 in build env
1 parent 56f0140 commit 538f1b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up JDK 11 for x64
4242
uses: actions/setup-java@v5
4343
with:
44-
java-version: '11'
44+
java-version: '17'
4545
distribution: 'temurin'
4646
architecture: x64
4747

0 commit comments

Comments
 (0)