Skip to content

Bump org.codehaus.mojo:flatten-maven-plugin from 1.6.0 to 1.7.0 in the gradle group #1

Bump org.codehaus.mojo:flatten-maven-plugin from 1.6.0 to 1.7.0 in the gradle group

Bump org.codehaus.mojo:flatten-maven-plugin from 1.6.0 to 1.7.0 in the gradle group #1

Workflow file for this run

name: Build branch
on:
pull_request:
paths-ignore:
- '**.md'
- 'LICENCE'
- 'CODEOWNERS'
- '.gitignore'
- '.github/workflows/deploy.yaml'
- '.github/dependabot.yaml'
workflow_dispatch:
jobs:
build-test-artifact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn --no-transfer-progress package