Skip to content

chore: update spring boot to 3.4.0 #21

chore: update spring boot to 3.4.0

chore: update spring boot to 3.4.0 #21

Workflow file for this run

name: spring-reactive-client-jetty
on:
push:
paths:
- "client-jetty/**"
branches: [ master ]
pull_request:
paths:
- "client-jetty/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: |
cd client-jetty
mvn -B package --file pom.xml