Skip to content

Upgrade to Spring Shell 3.1.4, 3.0.8, and 2.1.13 #42

Upgrade to Spring Shell 3.1.4, 3.0.8, and 2.1.13

Upgrade to Spring Shell 3.1.4, 3.0.8, and 2.1.13 #42

name: Build Pull Request
on: pull_request
permissions:
contents: read
jobs:
build:
name: Build pull request
runs-on: ubuntu-latest
if: ${{ github.repository == 'spring-io/start.spring.io' }}
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'liberica'
- name: Check out code
uses: actions/checkout@v3
- name: Build
run: ./mvnw clean verify
- name: Run metadata verification tests
run: ./mvnw -Pverification verify