Skip to content

fix(deps): update kafka.version to v3.7.1 #91

fix(deps): update kafka.version to v3.7.1

fix(deps): update kafka.version to v3.7.1 #91

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