Skip to content

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.0.2 to 2.6.0 #137

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.0.2 to 2.6.0

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.0.2 to 2.6.0 #137

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B install --file pom.xml -Djacoco.skip=true -DdisableXmlReport=true