Skip to content

Commit 6c83219

Browse files
authored
Update java-ci.yml
1 parent 5f83f33 commit 6c83219

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/java-ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ jobs:
2222
java: [ '8', '11', '17']
2323
name: JDK ${{ matrix.Java }} build
2424
steps:
25-
#- uses: actions/[email protected]
2625
- uses: actions/[email protected]
2726
- name: Set up Java
28-
#uses: actions/[email protected]
2927
uses: actions/[email protected]
3028
with:
3129
java-version: ${{ matrix.java }}
3230
distribution: 'adopt'
3331
cache: gradle
3432
- name: Validate Gradle wrapper
35-
#uses: gradle/[email protected]
3633
uses: gradle/actions/[email protected]
3734
- name: Build with Gradle headless
3835
uses: coactions/[email protected]
@@ -50,10 +47,4 @@ jobs:
5047
oidc: true
5148
files: ${{github.workspace}}/build/reports/jacoco/test/jacocoTestReport.xml
5249
add-prefix: src/main/java/
53-
#- name: Test & publish code coverage
54-
# uses: paambaati/[email protected]
55-
# env:
56-
# CC_TEST_REPORTER_ID: e725fad6a6a0b7580271e8183ad773ff705a3b33c5d3a588b940b4f00fa85e69
57-
# JACOCO_SOURCE_PATH: "${{github.workspace}}/src/main/java"
58-
# with:
59-
# coverageLocations: ${{github.workspace}}/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
50+

0 commit comments

Comments
 (0)