Skip to content

Update dependency org.apache.activemq:artemis-jms-server to v2.39.0 #1712

Update dependency org.apache.activemq:artemis-jms-server to v2.39.0

Update dependency org.apache.activemq:artemis-jms-server to v2.39.0 #1712

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build
run: ./gradlew check