Skip to content

Bump org.springframework.boot:spring-boot-gradle-plugin from 3.1.5 to 3.2.2 #113

Bump org.springframework.boot:spring-boot-gradle-plugin from 3.1.5 to 3.2.2

Bump org.springframework.boot:spring-boot-gradle-plugin from 3.1.5 to 3.2.2 #113

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: corretto
java-version: 17
- name: Test coverage with Gradle
run: >
./gradlew build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3