Skip to content

Bump org.apache.maven.plugins:maven-assembly-plugin from 3.1.1 to 3.7.1 #11

Bump org.apache.maven.plugins:maven-assembly-plugin from 3.1.1 to 3.7.1

Bump org.apache.maven.plugins:maven-assembly-plugin from 3.1.1 to 3.7.1 #11

Workflow file for this run

name: Pull Request Build
on:
pull_request:
types: [ "opened", "reopened", "synchronize", ]
jobs:
release:
runs-on: ubuntu-latest
outputs:
version: ${{steps.build.outputs.version}}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
id: build
run: |
mvn -B -V -ntp clean package