Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Upgraded Apache Artemis 2.x jars to v2.40.0 #90

Upgraded Apache Artemis 2.x jars to v2.40.0

Upgraded Apache Artemis 2.x jars to v2.40.0 #90

Workflow file for this run

name: Build JMSToolBox
on:
workflow_dispatch:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Build with Maven
run: mvn -U -V -e -B -ntp --file org.titou10.jtb.build/pom.xml clean verify
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: jmstoolbox
path: org.titou10.jtb.product/target/products/jmstoolbox*
compression-level: 0
Morty Proxy This is a proxified and sanitized view of the page, visit original site.