Skip to content

Update maven-release.yml #34

Update maven-release.yml

Update maven-release.yml #34

Workflow file for this run

name: Maven CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
cache: maven
- run: mvn -B package --file pom.xml