Skip to content

Bump maven.version from 3.9.8 to 3.9.9 #534

Bump maven.version from 3.9.8 to 3.9.9

Bump maven.version from 3.9.8 to 3.9.9 #534

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