Skip to content

fix(deps): update springdoc to v2.8.1 - autoclosed #275

fix(deps): update springdoc to v2.8.1 - autoclosed

fix(deps): update springdoc to v2.8.1 - autoclosed #275

Workflow file for this run

name: CI with Gradle
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
distribution: [ temurin ]
java: [ 21 ,23 ]
name: JDK ${{ matrix.java }}
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}
- name: Setup Gradle
uses: gradle/actions/[email protected]
- name: Gradle Run Build
run: ./gradlew build