Skip to content

Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 … #543

Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 …

Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 … #543

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-version: 8
java-distribution: 'liberica'
maven-version: '3.9.5'
- name: Build with Maven
run: mvn -B package --file pom.xml