Skip to content

Excludes slf4j from velocity which is not maintained library (#1194) #187

Excludes slf4j from velocity which is not maintained library (#1194)

Excludes slf4j from velocity which is not maintained library (#1194) #187

Workflow file for this run

name: sonarcloud.io
on:
push:
branches:
- master
# do not validate pull requests because SONAR_TOKEN is available only for project owner
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: adopt
- name: Build with Maven
run: mvn --batch-mode package sonar:sonar -Dsonar.projectKey=damianszczepanik_cucumber-reporting -Dsonar.organization=damianszczepanik -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}