diff --git a/.github/workflows/build-and-analyse.yml b/.github/workflows/build-and-analyse.yml
index 957bf0f..61c3769 100644
--- a/.github/workflows/build-and-analyse.yml
+++ b/.github/workflows/build-and-analyse.yml
@@ -24,14 +24,8 @@ jobs:
- name: Setup Java and Maven
uses: ./.github/actions/setup-java-maven
- - name: Build and analyze with SonarCloud
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- CF_API_TOKEN: ${{ secrets.API_TOKEN }}
- run: |
- echo "Running SonarCloud analysis..."
- mvn -B -DtestClasspath=src/test/ verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=th-schwarz_CloudflareDNS-java
+ - name: Build and test
+ run: mvn -B verify
- name: Publish Test Report
uses: ./.github/actions/publish-report/
diff --git a/README.md b/README.md
index b7218fc..bc7aeca 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,5 @@
# CloudflareDNS-java
-[](https://ci.codeberg.org/repos/16522)
-
-[](https://sonarcloud.io/summary/new_code?id=th-schwarz_CloudflareDNS-java)
-[](https://sonarcloud.io/summary/new_code?id=th-schwarz_CloudflareDNS-java)
-[](https://sonarcloud.io/summary/new_code?id=th-schwarz_CloudflareDNS-java)
-[](https://sonarcloud.io/summary/new_code?id=th-schwarz_CloudflareDNS-java)
-[](https://sonarcloud.io/summary/new_code?id=th-schwarz_CloudflareDNS-java)
-
## Preface
This project provides a java client for minimalistic access to the Cloudflare API version 4, which is mainly used for
diff --git a/pom.xml b/pom.xml
index 94e6571..4ab992e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,15 +42,6 @@
5.14.2
5.21.0
-
- th-schwarz
- https://sonarcloud.io
- ${file.encoding}
- th-schwarz_CloudflareDNS-java
- CloudflareDNS-java
- develop
- src/test/java/**/*
-
1.18.20.0
@@ -115,7 +106,7 @@
org.jetbrains
annotations
- 24.0.0
+ 24.0.1
compile