Skip to content

put the timestamp into the Kafka metadata #29

put the timestamp into the Kafka metadata

put the timestamp into the Kafka metadata #29

Workflow file for this run

name: Publish
on:
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
- name: Publish to GitHub Packages Apache Maven
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ github.token }}