Skip to content

ISSUE-6: Upgrade module to Spring 5 #4

ISSUE-6: Upgrade module to Spring 5

ISSUE-6: Upgrade module to Spring 5 #4

Workflow file for this run

name: Build and Test
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '8'
- name: Build and Test
run: mvn --batch-mode --update-snapshots clean package