Skip to content

Bump org.springframework.boot:spring-boot-gradle-plugin from 2.7.18 to 3.3.2 #1462

Bump org.springframework.boot:spring-boot-gradle-plugin from 2.7.18 to 3.3.2

Bump org.springframework.boot:spring-boot-gradle-plugin from 2.7.18 to 3.3.2 #1462

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build
run: ./gradlew check