Skip to content

Commit 9a6477e

Browse files
Update common files
1 parent 2ac5f8e commit 9a6477e

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
@@ -71,7 +71,7 @@ jobs:
7171
./gradlew check --no-daemon --continue
7272
7373
- name: "🔎 Run static analysis"
74-
if: env.SONAR_TOKEN != '' && matrix.java == '21' && github.event_name != 'push'
74+
if: env.SONAR_TOKEN != '' && matrix.java == '17'
7575
run: |
7676
./gradlew sonar
7777

0 commit comments

Comments
 (0)