Skip to content

Commit a210dda

Browse files
committed
fixing maven-build workflow
1 parent 12e1480 commit a210dda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515

16-
- name: Set up JDK
17-
uses: actions/setup-java@v2
16+
- name: Set up JDK 16
17+
uses: actions/setup-java@v3
1818
with:
19-
distribution: 'adopt'
20-
java-version: '11'
19+
java-version: '16'
20+
distribution: 'temurin'
2121

2222
- name: Generate coverage report
2323
run: mvn test jacoco:report

0 commit comments

Comments
 (0)