Skip to content

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

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

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

name: kafka-spring-cloud-sample
on:
push:
paths:
- "kafka-spring-cloud-sample/**"
branches: [ main ]
pull_request:
paths:
- "kafka-spring-cloud-sample/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "kafka-spring-cloud-sample"
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 verify --file pom.xml