Skip to content

Commit b905fbd

Browse files
committed
fix(actions): fix github actions
1 parent a0543e9 commit b905fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK 8
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: '8'
20+
java-version: '17'
2121
distribution: 'adopt'
2222
#cache: maven
2323
- name: Build with Gradle

0 commit comments

Comments
 (0)