Skip to content

feat: add configurable partition key for blob type dlq based on messa… #536

feat: add configurable partition key for blob type dlq based on messa…

feat: add configurable partition key for blob type dlq based on messa… #536

Workflow file for this run

name: Build
on:
push:
branches:
- master
- main
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}