Skip to content

Commit 7ce5e58

Browse files
committed
update workflow
1 parent b552ead commit 7ce5e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22-
- name: Set up JDK 17
22+
- name: Set up JDK 21
2323
uses: actions/setup-java@v3
2424
with:
2525
distribution: 'adopt-hotspot'
26-
java-version: 17
26+
java-version: 21
2727

2828
- name: Build with Maven
2929
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)