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

Commit 6751836

Browse files
committed
Make this Java 17
1 parent 60529c1 commit 6751836

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
build:
2424
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
26+
with:
27+
jdk-matrix: '[ "23", "21", "17" ]'
2628

2729
deploy:
2830
name: Deploy

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
</distributionManagement>
3232

3333
<properties>
34+
<javaVersion>17</javaVersion>
3435
<project.build.outputTimestamp>2023-10-21T21:30:57Z</project.build.outputTimestamp>
3536
</properties>
3637

0 commit comments

Comments
 (0)