Skip to content

Build commit 0142beacce6ae7ab7fb6241e3bf8f0a42744a0d3 on branch refs/heads/develop #349

Build commit 0142beacce6ae7ab7fb6241e3bf8f0a42744a0d3 on branch refs/heads/develop

Build commit 0142beacce6ae7ab7fb6241e3bf8f0a42744a0d3 on branch refs/heads/develop #349

name: snapshot-workflow
run-name: Build commit ${{ github.sha }} on branch ${{ github.ref }}
on:
push:
branches-ignore:
- main
pull_request:
jobs:
build-snapshot:
name: Build Snapshot
runs-on: ubuntu-22.04
steps:
- run: echo "This job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-package: 'jdk'
java-version: '22'
check-latest: true
cache: 'maven'
- name: Build & Test
run: |
mvn -B -U clean package