Skip to content

Commit 9744f25

Browse files
committed
fixed gitlab action bugs
1 parent 9b831a9 commit 9744f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 8
24+
- name: Set up JDK 17
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '8'
27+
java-version: '17'
2828
distribution: 'temurin'
2929
cache: maven
3030
- name: Build with Maven

0 commit comments

Comments
 (0)