Skip to content

Commit 215e460

Browse files
committed
Update the documentation a bit [skip ci]
1 parent b517e3d commit 215e460

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

.github/workflows/snapshot-build.yml renamed to .github/workflows/main-build.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ on:
55
branches:
66
- master
77

8-
permissions:
9-
packages: write
10-
118
jobs:
129
build:
1310
uses: ./.github/workflows/component-build.yml
14-
release:
11+
quality-gate:
1512
runs-on: ubuntu-latest
1613
needs: build
1714
steps:
@@ -22,9 +19,9 @@ jobs:
2219
java-version: '21'
2320
distribution: 'temurin'
2421
architecture: x64
25-
- name: Publish artifacts
26-
run: |
27-
echo "Github username: ${GITHUB_ACTOR}"
28-
./gradlew publish -x check
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
- name: Download build artifact
23+
uses: actions/download-artifact@v4
24+
with:
25+
name: build-artifact
26+
- name: Quality gate
27+
run: ./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.gradle.skipCompile=true -Dsonar.host.url=https://sonarcloud.io

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Rest Application Release
1+
name: Release build
22

33
on:
44
release:

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# FinTrack
2-
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.jongsoft.finance/fintrack-api?server=https%3A%2F%2Foss.sonatype.org)
3-
![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.jongsoft.finance/fintrack-api?server=https%3A%2F%2Foss.sonatype.org)
2+
![Sonatype Nexus (Releases)](https://img.shields.io/github/v/release/pledger-io/rest-application?display_name=release&label=Stable)
43
![Release Build](https://github.com/pledger-io/rest-application/actions/workflows/release-build.yml/badge.svg)
54
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pledger-io_rest-application&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=pledger-io_rest-application)
6-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=pledger-io_rest-application&metric=coverage)](https://sonarcloud.io/summary/new_code?id=pledger-io_rest-application)
5+
![Coverage](https://img.shields.io/sonar/coverage/pledger-io_rest-application?server=https%3A%2F%2Fsonarcloud.io
6+
)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88

99
-----------------------
1010

1111
**[Read the documentation](https://www.pledger.io/)**
1212

13-
[Report Bug](https://jongsoftdev.atlassian.net/issues/?jql=issuetype%20%3D%20Bug%20AND%20project%20%3D%20FIN%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC) - [Request Feature](https://jongsoftdev.atlassian.net/browse/FIN-23?jql=issuetype%20%3D%20Story%20AND%20project%20%3D%20FIN%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC)
14-
1513
-----------------------
1614

1715
## About Pledger.io

0 commit comments

Comments
 (0)