Skip to content

GH-181 - Fix issues in stereotype metadata for CQRS and events. #186

GH-181 - Fix issues in stereotype metadata for CQRS and events.

GH-181 - Fix issues in stereotype metadata for CQRS and events. #186

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main, 2.0.x, feature/* ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build and deploy snapshot
env:
CENTRAL_OSSRH_USERNAME: ${{ secrets.CENTRAL_OSSRH_USERNAME }}
CENTRAL_OSSRH_PASSWORD: ${{ secrets.CENTRAL_OSSRH_PASSWORD }}
run: ./mvnw -B deploy --file pom.xml -s settings.xml