Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Remove jacoco and  sonarqube
  • Loading branch information
kazuma-t authored Nov 11, 2024
1 parent 23cf3a8 commit 9582b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
with:
arguments: clean build jacocoTestReport sonarqube
arguments: clean build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 9582b98

Please sign in to comment.