Skip to content

Commit e927fdc

Browse files
committed
fix github java
1 parent 82528e2 commit e927fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup JDK 1.8
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: 1.8
31+
java-version: '8'
3232
distribution: 'adopt'
3333

3434
- name: Maven Build

0 commit comments

Comments
 (0)