Bump io.springfox:springfox-swagger-ui in /application/api #82
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: Spring CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Set up JDK 13 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 13.0.1 | |
- name: Build with Maven | |
run: mvn -B package -DskipTests --file application/api/pom.xml |