We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9ab98 commit ba6504eCopy full SHA for ba6504e
1 file changed
.github/workflows/pr.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-java@v5
23
with:
24
distribution: temurin
25
- java-version: 25
+ java-version: 17
26
cache: 'maven'
27
- name: Check code format
28
run: |
0 commit comments