Skip to content

Bump picocli.version from 4.7.5 to 4.7.6 #881

Bump picocli.version from 4.7.5 to 4.7.6

Bump picocli.version from 4.7.5 to 4.7.6 #881

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
name: Build on Java ${{ matrix.java }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Build
run: ./mvnw -B package -Pcli --projects spotify-web-api-open-api --also-make
- name: Patch Open API
run: ./scripts/patch-open-api.sh
- name: Check for generator results
run: |
git status --porcelain
git diff --exit-code