Skip to content

Add bom module to assist with nexus staging deploy #29

Add bom module to assist with nexus staging deploy

Add bom module to assist with nexus staging deploy #29

Workflow file for this run

name: MacOS arm64
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
cache: 'maven'
- name: Setup with Blaze
run: java -jar blaze.jar setup
- name: Build with Maven
run: mvn test