Skip to content

Commit 30c7a80

Browse files
committed
Try upgrading java version
1 parent 4100ebe commit 30c7a80

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4.2.2
1616

17-
- name: Set up JDK 17
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 17
20+
java-version: 21
2121

2222
- name: Build with Maven
2323
run: mvn --batch-mode install

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<properties>
3131
<!-- Project properties -->
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33-
<maven.compiler.source>17</maven.compiler.source>
34-
<maven.compiler.target>17</maven.compiler.target>
33+
<maven.compiler.source>21</maven.compiler.source>
34+
<maven.compiler.target>21</maven.compiler.target>
3535

3636
<!-- Sonar properties -->
3737
<sonar.jacoco.reportPath>

0 commit comments

Comments
 (0)