Skip to content

chore(deps): update plugin org.springframework.boot to v3.2.3 #37

chore(deps): update plugin org.springframework.boot to v3.2.3

chore(deps): update plugin org.springframework.boot to v3.2.3 #37

Workflow file for this run

name: Check
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Run check
run: ./gradlew check
- name: Build Docker image
run: ./gradlew buildImage