Skip to content

Cache JCSMPSessions and provide them as Bean to avoid multiple connec… #56

Cache JCSMPSessions and provide them as Bean to avoid multiple connec…

Cache JCSMPSessions and provide them as Bean to avoid multiple connec… #56

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- 'master'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml --no-transfer-progress