Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Build commit 2e3d2b333e53d0d0b6f931a6fd17aeca898a5990 on branch refs/heads/develop #645

Build commit 2e3d2b333e53d0d0b6f931a6fd17aeca898a5990 on branch refs/heads/develop

Build commit 2e3d2b333e53d0d0b6f931a6fd17aeca898a5990 on branch refs/heads/develop #645

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: '23'
check-latest: true
cache: 'maven'
- name: Build & Test
run: |
mvn -B -U clean package