Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.7.0 to 2.8.1 #765
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: VSA Mono Build | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up JDK 19 | |
uses: actions/setup-java@v4 | |
with: | |
java-version: '19' | |
distribution: 'adopt' | |
cache: maven | |
- name: Build fast | |
run: mvn clean install -DskipTests | |
- name: Build mono | |
run: cd video-series-mono && mvn clean install |