Skip to content

put the timestamp into the Kafka metadata #4

put the timestamp into the Kafka metadata

put the timestamp into the Kafka metadata #4

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Verify
run: ./gradlew check
- name: Build
run: ./gradlew shadowJar