Skip to content

Commit 9582b98

Browse files
Update gradle.yml
Remove jacoco and sonarqube
1 parent 23cf3a8 commit 9582b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build with Gradle
2929
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
3030
with:
31-
arguments: clean build jacocoTestReport sonarqube
31+
arguments: clean build
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)