Skip to content

Commit 602de97

Browse files
Remove sonar setup.
1 parent 9917ef5 commit 602de97

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,3 @@ jobs:
1919
java-version: 25
2020
- name: Build with Maven
2121
run: ./mvnw --no-transfer-progress clean verify
22-
23-
sonar:
24-
name: sonar analyse
25-
runs-on: ubuntu-latest
26-
needs: build
27-
steps:
28-
- uses: actions/checkout@v4
29-
- uses: actions/setup-java@v3
30-
with:
31-
distribution: 'zulu'
32-
java-version: 25
33-
- name: Run SonarCloud analyse
34-
run: >
35-
./mvnw --batch-mode --no-transfer-progress clean
36-
org.jacoco:jacoco-maven-plugin:prepare-agent verify
37-
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
38-
-Dsonar.host.url=https://sonarcloud.io
39-
-Dsonar.organization=michael-simons-github
40-
-Dsonar.projectKey=eu.michael-simons:java-oembed
41-
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)