Skip to content

Completed exception support as well as mono-to-poly and poly-to-mono … #278

Completed exception support as well as mono-to-poly and poly-to-mono …

Completed exception support as well as mono-to-poly and poly-to-mono … #278

Workflow file for this run

name: Maven CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Maven Build
run: ./mvnw --batch-mode --update-snapshots verify