Skip to content

Remove SubscriptionChangeHandler from unregisterForNotifications #319

Remove SubscriptionChangeHandler from unregisterForNotifications

Remove SubscriptionChangeHandler from unregisterForNotifications #319

Workflow file for this run

name: Verify PR
on:
pull_request:
branches:
- '*'
jobs:
verify-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and Test with Maven
run: mvn -B package --file pom.xml