Skip to content

fix(deps): update springdoc-openapi.version to v2.6.0 #48

fix(deps): update springdoc-openapi.version to v2.6.0

fix(deps): update springdoc-openapi.version to v2.6.0 #48

name: spring-boot-multiple-producers-consumers
on:
push:
paths:
- "kafka-spring-boot/spring-boot-multiple-producers-consumers/**"
branches: [ main ]
pull_request:
paths:
- "kafka-spring-boot/spring-boot-multiple-producers-consumers/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: kafka-spring-boot/spring-boot-multiple-producers-consumers
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B clean verify --file pom.xml