Skip to content

Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10 #106

Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10

Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10 #106

Workflow file for this run

name: Axon Bill Of Materials
on:
pull_request:
jobs:
build:
name: Test and Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 8
cache: "maven"
server-id: sonatype
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Build
run: |
./mvnw -B -U verify -DskipTests=true