Skip to content

Bump confluentinc/cp-kafka from 8.0.1 to 8.0.2 in the dependencies gr… #80

Bump confluentinc/cp-kafka from 8.0.1 to 8.0.2 in the dependencies gr…

Bump confluentinc/cp-kafka from 8.0.1 to 8.0.2 in the dependencies gr… #80

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Java
uses: actions/setup-java@v5
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Build
run: ./gradlew build