Skip to content

bump maven release plugin version #16

bump maven release plugin version

bump maven release plugin version #16

Workflow file for this run

name: Multiapps Main
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
- name: Build and Run Unit Tests
run: mvn clean install