Skip to content

chore(deps): update dependency io.mantisrx:mantis-runtime to v2.0.55 #423

chore(deps): update dependency io.mantisrx:mantis-runtime to v2.0.55

chore(deps): update dependency io.mantisrx:mantis-runtime to v2.0.55 #423

Workflow file for this run

name: Java CI with Maven
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
- name: Build with Maven
run: mvn -B package --file pom.xml install