Skip to content

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

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

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

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
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Build
run: ./gradlew check