Skip to content

Commit fa53e5d

Browse files
committed
remove sonar
1 parent 62a1301 commit fa53e5d

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
interval: "daily"
10+
interval: "monthly"

.github/workflows/tests.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
java-version: '17'
2626
distribution: 'temurin'
2727
cache: maven
28-
- name: Cache SonarCloud packages
29-
uses: actions/cache@v4.0.0
30-
with:
31-
path: ~/.sonar/cache
32-
key: ${{ runner.os }}-sonar
33-
restore-keys: ${{ runner.os }}-sonar
3428
- name: Cache Maven packages
3529
uses: actions/cache@v4.0.0
3630
with:
@@ -40,14 +34,4 @@ jobs:
4034
- name: Build and analyze
4135
env:
4236
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
43-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
44-
run: |
45-
mvn \
46-
-B \
47-
clean \
48-
org.jacoco:jacoco-maven-plugin:prepare-agent \
49-
verify \
50-
org.jacoco:jacoco-maven-plugin:report \
51-
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
52-
-Dsonar.projectKey=sigpwned_jackson-modules-java-17-sealed-classes \
53-
--file pom.xml
37+
run: mvn -B clean verify --file pom.xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Jackson Modules - Java 17 Sealed Classes [![tests](https://github.com/sigpwned/jackson-modules-java-17-sealed-classes/actions/workflows/tests.yml/badge.svg)](https://github.com/sigpwned/jackson-modules-java-17-sealed-classes/actions/workflows/tests.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sigpwned_jackson-modules-java-17-sealed-classes&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=sigpwned_jackson-modules-java-17-sealed-classes) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.sigpwned/jackson-modules-java17-sealed-classes/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.sigpwned/jackson-modules-java17-sealed-classes)
1+
# Jackson Modules - Java 17 Sealed Classes [![tests](https://github.com/sigpwned/jackson-modules-java-17-sealed-classes/actions/workflows/tests.yml/badge.svg)](https://github.com/sigpwned/jackson-modules-java-17-sealed-classes/actions/workflows/tests.yml) ![Maven Central Version](https://img.shields.io/maven-central/v/com.sigpwned/jackson-modules-java17-sealed-classes)
22

33
`jackson-modules-java17-sealed-classes` is a [Jackson](https://github.com/FasterXML/jackson) module that adds improved support for polymorphic serialization of Java 17 sealed classes.
44

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@
3535
<url>https://github.com/sigpwned/jackson-modules-java-17-sealed-classes/issues</url>
3636
</issueManagement>
3737

38-
<properties>
39-
<sonar.organization>sigpwned</sonar.organization>
40-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
41-
<sonar.exclusions>
42-
**/pom.xml
43-
</sonar.exclusions>
44-
</properties>
45-
4638
<build>
4739
<plugins>
4840
<plugin>

0 commit comments

Comments
 (0)