Skip to content

Commit 8041ffd

Browse files
committed
Clean up, bug fix and maven setup?
1 parent 6e24b27 commit 8041ffd

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
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: 17
19+
java-version: 21
2020
distribution: temurin
2121

2222
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)