Skip to content

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

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

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

name: spring-boot-kafka-sample
on:
push:
paths:
- "kafka-spring-boot/boot-kafka-sample/**"
branches: [ main ]
pull_request:
paths:
- "kafka-spring-boot/boot-kafka-sample/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "kafka-spring-boot/boot-kafka-sample"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
native-image-job-reports: 'true'
- name: Printing versions
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
java --version
native-image --version
- name: Build with Maven
run: ./mvnw -B verify spring-boot:build-image --file pom.xml