Skip to content

[REFACTOR] Internal dispatching flow and reply API #317

[REFACTOR] Internal dispatching flow and reply API

[REFACTOR] Internal dispatching flow and reply API #317

Workflow file for this run

name: Java CI
on:
push:
branches: [ main, development, release/*, feature/*, bump-to-java-23 ]
pull_request:
branches: [ main, development, release/* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '23'
- name: Build with Maven
run: mvn -B package --file pom.xml