Skip to content

Bump Springboot@3.4.3, springdocs@2.8.5 #28

Bump Springboot@3.4.3, springdocs@2.8.5

Bump Springboot@3.4.3, springdocs@2.8.5 #28

Workflow file for this run

name: Queue Service Workflow
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml