Skip to content

Commit 8242cbc

Browse files
committed
Move sonar to JDK 21
1 parent 88f1747 commit 8242cbc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
matrix:
1717
jdk:
1818
- version: 17
19-
tasks: build jacocoTestReport testCodeCoverageReport sonar
20-
- version: 21
2119
tasks: build jacocoTestReport testCodeCoverageReport
20+
- version: 21
21+
tasks: build jacocoTestReport testCodeCoverageReport sonar
2222
name: JDK ${{ matrix.jdk.version }}
2323
steps:
2424
- name: Checkout
@@ -39,5 +39,4 @@ jobs:
3939
- name: Run Gradle
4040
env:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
42-
4342
run: ./gradlew -Dorg.gradle.welcome=never ${{ matrix.jdk.tasks }}

0 commit comments

Comments
 (0)