Skip to content

Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10 in /chat-getting-started-dropwizard #317

Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10 in /chat-getting-started-dropwizard

Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10 in /chat-getting-started-dropwizard #317

name: Axon Playground - chat-getting-started-dropwizard
on:
push:
paths: chat-getting-started-dropwizard/**
pull_request:
paths: chat-getting-started-dropwizard/**
jobs:
build:
name: Test and Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
cache: 'maven'
- name: Build and verify
working-directory: ./chat-getting-started-dropwizard
run: mvn -B -U clean verify