Skip to content

Set topicID on outbound IHAVE and ignore inbound IHAVE for unknown topic #354

Set topicID on outbound IHAVE and ignore inbound IHAVE for unknown topic

Set topicID on outbound IHAVE and ignore inbound IHAVE for unknown topic #354

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Execute Gradle build
run: ./gradlew -s build dokkaJar