Skip to content

Merge pull request #187 from Sefiraat/renovate/actions-checkout-4.x #402

Merge pull request #187 from Sefiraat/renovate/actions-checkout-4.x

Merge pull request #187 from Sefiraat/renovate/actions-checkout-4.x #402

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 16
uses: actions/[email protected]
with:
java-version: 16
distribution: adopt
- name: Build with Maven
run: mvn package --file pom.xml