Skip to content

Update spring boot 3.4.0 #280

Update spring boot 3.4.0

Update spring boot 3.4.0 #280

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Maven build & Test
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
env:
ENCRYPTION_KEY: hwJdNY1/yC3miXQR+Vw2V3qtt1e3FPJ2y62BKtROUJs=
ENCRYPTION_IV: DKKyySzj8ao5WgraQpwj+A==
run: mvn --batch-mode --update-snapshots verify -Dmaven.javadoc.skip -Dgpg.skip -T 6