Skip to content

fix: upgrade org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.… #215

fix: upgrade org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.…

fix: upgrade org.jboss.logging:jboss-logging from 3.5.3.Final to 3.6.… #215

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
cache: 'maven'
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: >
mvn -B -ntp verify sonar:sonar "-Dsonar.coverage.jacoco.xmlReportPaths=**/target/site/jacoco.xml"