mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 15:10:43 +08:00
build: upgrade project JDK 8 to 17
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 8
|
||||
java-version: 17
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
- name: Unit Test with Gradle
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Export Integration Test Summary
|
||||
run: cat integration-test/build/test-results/report.md >> $GITHUB_STEP_SUMMARY
|
||||
- name: Merge Jacoco
|
||||
run: ./gradlew jacocoTestReport
|
||||
run: ./gradlew :jacocoTestReport
|
||||
- name: Generate JaCoCo Badge
|
||||
uses: cicirello/jacoco-badge-generator@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user