Skip to content

Upgrade Axon Framework and Reactor Extension to 4.8.1 #100

Upgrade Axon Framework and Reactor Extension to 4.8.1

Upgrade Axon Framework and Reactor Extension to 4.8.1 #100

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@v3
- 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