diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7a72f8..8eba297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,11 +26,5 @@ jobs: 17 25 cache: maven - - name: Cache Sonar - uses: actions/cache@v4 - with: - path: ~/.sonar/cache - key: ${{ runner.os }}-sonar - restore-keys: ${{ runner.os }}-sonar - name: Build - run: SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} ./mvnw --no-transfer-progress verify sonar:sonar + run: ./mvnw --no-transfer-progress verify diff --git a/README.md b/README.md index 4b13f6f..73fe156 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # 🌋 ZIP Forge [![CI](https://github.com/helpermethod/zip-forge/actions/workflows/ci.yml/badge.svg)](https://github.com/helpermethod/zip-forge/actions/workflows/ci.yml) -[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge) -[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge) -[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge) -[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=coverage)](https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge) A tiny, formatter-friendly Java DSL for creating ZIP files. diff --git a/pom.xml b/pom.xml index 931af1c..c47201d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,6 @@ UTF-8 git@github.com:helpermethod/zip-forge.git 1.0.0-SNAPSHOT - helpermethod - https://sonarcloud.io @@ -61,11 +59,6 @@ - - org.sonarsource.scanner.maven - sonar-maven-plugin - 5.2.0.4988 - org.apache.maven.plugins maven-resources-plugin