Skip to content

Commit 606069f

Browse files
committed
Build using JDK17 (targeting JDK11)
1 parent 7c2c5ed commit 606069f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v6
3939

40-
- name: Set up JDK 11 for x64
40+
- name: Set up JDK 17 for x64
4141
uses: actions/setup-java@v5
4242
with:
43-
java-version: '11'
43+
java-version: '17'
4444
distribution: 'temurin'
4545
architecture: x64
4646

0 commit comments

Comments
 (0)