Skip to content

Bump org.springframework.boot:spring-boot-dependencies from 3.4.4 to 3.5.4 #298

Bump org.springframework.boot:spring-boot-dependencies from 3.4.4 to 3.5.4

Bump org.springframework.boot:spring-boot-dependencies from 3.4.4 to 3.5.4 #298

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Build
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
checks:
runs-on: ubuntu-latest
container: eclipse-temurin:21-jdk
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
- name: Run Checks
run: ./gradlew --stacktrace -PjavafxPlatform=linux build