Skip to content

Update dependency org.codehaus.mojo:exec-maven-plugin to v3.5.0 #214

Update dependency org.codehaus.mojo:exec-maven-plugin to v3.5.0

Update dependency org.codehaus.mojo:exec-maven-plugin to v3.5.0 #214

Workflow file for this run

name: Owner build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: 8
- name: Build with Maven
run:
mvn -B clean install --file pom.xml