Skip to content

Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 #481

Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29

Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 #481

Workflow file for this run

name: SmallRye Build
on:
push:
branches:
- main
paths-ignore:
- '.gitignore'
- 'README.adoc'
pull_request:
paths-ignore:
- '.gitignore'
- 'README.adoc'
jobs:
build-linux:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v5
name: checkout
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- name: Build
shell: bash
run: |
mvn -B verify