Bump io.swagger.core.v3:swagger-annotations from 2.2.17 to 2.2.18 #37
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: 2b-bot Build | |
on: | |
pull_request: | |
push: | |
branches: | |
- "mainline" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v3 | |
- name: Setup JDK | |
uses: actions/setup-java@v3 | |
with: | |
java-version: '21' | |
distribution: 'zulu' | |
- name: Elevate wrapper permissions | |
run: chmod +x ./mvnw | |
- name: Build 2b-bot | |
run: ./mvnw install |