Skip to content

Bump org.springframework:spring-context from 5.3.18 to 6.1.14 in /study-builder/fdahpStudyDesigner #1776

Bump org.springframework:spring-context from 5.3.18 to 6.1.14 in /study-builder/fdahpStudyDesigner

Bump org.springframework:spring-context from 5.3.18 to 6.1.14 in /study-builder/fdahpStudyDesigner #1776

name: Build studybuilder
on:
pull_request:
paths:
- 'study-builder/fdahpStudyDesigner/**'
- '.github/workflows/build-studybuilder.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: |
cd study-builder/fdahpStudyDesigner
mvn -B package --file pom.xml