Skip to content

[WIP] Upgrade spring-boot-starter from version 2.7.x to 3.3.x #12

[WIP] Upgrade spring-boot-starter from version 2.7.x to 3.3.x

[WIP] Upgrade spring-boot-starter from version 2.7.x to 3.3.x #12

Workflow file for this run

name: Build Maestro
on:
push:
branches:
- '*'
tags:
- v*.*.*
- v*.*.*-rc.*
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
- name: Gradle build
run: ./gradlew build