File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 17
2727 25
2828 cache : maven
29- - name : Cache Sonar
30- uses : actions/cache@v4
31- with :
32- path : ~/.sonar/cache
33- key : ${{ runner.os }}-sonar
34- restore-keys : ${{ runner.os }}-sonar
3529 - name : Build
36- run : SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} . /mvnw --no-transfer-progress verify sonar:sonar
30+ run : . /mvnw --no-transfer-progress verify
Original file line number Diff line number Diff line change 11# 🌋 ZIP Forge
22
33[ ![ CI] ( https://github.com/helpermethod/zip-forge/actions/workflows/ci.yml/badge.svg )] ( https://github.com/helpermethod/zip-forge/actions/workflows/ci.yml )
4- [ ![ 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 )
5- [ ![ 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 )
6- [ ![ 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 )
7- [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=helpermethod_zip-forge&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=helpermethod_zip-forge )
84
95A tiny, formatter-friendly Java DSL for creating ZIP files.
106
Original file line number Diff line number Diff line change 3939 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4040 <repository .url>git@github.com:helpermethod/zip-forge.git</repository .url>
4141 <revision >1.0.0-SNAPSHOT</revision >
42- <sonar .organization>helpermethod</sonar .organization>
43- <sonar .host.url>https://sonarcloud.io</sonar .host.url>
4442 </properties >
4543
4644 <dependencies >
6159 <build >
6260 <pluginManagement >
6361 <plugins >
64- <plugin >
65- <groupId >org.sonarsource.scanner.maven</groupId >
66- <artifactId >sonar-maven-plugin</artifactId >
67- <version >5.2.0.4988</version >
68- </plugin >
6962 <plugin >
7063 <groupId >org.apache.maven.plugins</groupId >
7164 <artifactId >maven-resources-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments