8000 Add bom module to assist with nexus staging deploy · fizzed/nats-plus@ba2398d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: Java 11
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Azul JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
cache: 'maven'
- name: Setup with Blaze
run: java -jar blaze.jar setup
- name: Build with Maven
run: mvn test
0