Skip to content

Commit 5e86df7

Browse files
committed
Migrates from circleci to github actions
1 parent 8a1fc54 commit 5e86df7

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
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v2
2121
with:
2222
distribution: 'temurin'
23-
java-version: '17'
23+
java-version: '8'
2424
- name: Cache local Maven repository
2525
uses: actions/cache@v2
2626
with:

0 commit comments

Comments
 (0)