Skip to content

chore(deps): update plugin spring-boot to v3.3.5 #1426

chore(deps): update plugin spring-boot to v3.3.5

chore(deps): update plugin spring-boot to v3.3.5 #1426

Workflow file for this run

name: "build"
on: ["pull_request", "push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- name: "checkout repository"
uses: "actions/checkout@v4"
- name: "setup java"
uses: "actions/setup-java@v4"
with:
distribution: "zulu"
java-version: "17"
- name: "build"
run: "./gradlew build"