Skip to content

Add OAuth2 support for authentication with Solace PubSub+ Broker. #364

Add OAuth2 support for authentication with Solace PubSub+ Broker.

Add OAuth2 support for authentication with Solace PubSub+ Broker. #364

Workflow file for this run

# This workflow will build and test a Java project with Maven
name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
overwrite-settings: false
cache: 'maven'
- name: Build and run Tests
run: mvn clean verify --settings "${GITHUB_WORKSPACE}/maven/settings.xml"
env:
SOLACEDEV_GITHUB_USERNAME: ${{ secrets.SOLACEDEV_GITHUB_USERNAME }}
SOLACEDEV_GITHUB_TOKEN: ${{ secrets.SOLACEDEV_GITHUB_TOKEN }}