Skip to content

Sets the name of the broker as the app number for NetworkVmExamples. #81

Sets the name of the broker as the app number for NetworkVmExamples.

Sets the name of the broker as the app number for NetworkVmExamples. #81

Workflow file for this run

name: Build
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build:
runs-on: ubuntu-20.04
name: Java 17 Build
steps:
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 17
cache: 'maven'
- name: Maven Build
run: mvn -B package