Skip to content

chore(deps): bump org.springframework.boot from 3.3.5 to 3.4.0 #422

chore(deps): bump org.springframework.boot from 3.3.5 to 3.4.0

chore(deps): bump org.springframework.boot from 3.3.5 to 3.4.0 #422

name: Spring Boot Gradle CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Clean with Gradle
run: ./gradlew clean
- name: Build with Gradle
run: ./gradlew build