Skip to content

chore(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 in the maven group #721

chore(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 in the maven group

chore(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 in the maven group #721

Workflow file for this run

name: Pull request bygg
on:
pull_request:
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- 'LICENCE'
- 'CODEOWNERS'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build
run: mvn verify --settings .github/settings.xml -DtrimStackTrace=false
env:
GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}