Skip to content

Commit

Permalink
Use gradle to run 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmudd committed Nov 17, 2023
1 parent 63303c4 commit 7656941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'macos-latest', 'ubuntu-latest', 'windows-latest', ['self-hosted', 'ARM64'] ]
java: [ '8', '11', '17', '21' ]
java: [ '8', '11', '17' ]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
working-directory: jhdf
run: ./gradlew spotbugsMain spotbugsTest

- name: Jacoco Coverage Report
working-directory: jhdf
run: ./gradlew jacocoTestReport
- name: Jacoco Coverage Report
working-directory: jhdf
run: ./gradlew jacocoTestReport

- name: Sonar
working-directory: jhdf
Expand Down

0 comments on commit 7656941

Please sign in to comment.