Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.1.5 to 3.2.2 in /gateway #83

Bump org.springframework.boot:spring-boot-starter-parent from 3.1.5 to 3.2.2 in /gateway

Bump org.springframework.boot:spring-boot-starter-parent from 3.1.5 to 3.2.2 in /gateway #83

Workflow file for this run

name: Backend Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build Backend
working-directory: backend
run: ./gradlew build