Skip to content

Updated versions after [2023.0.2] release train and [4.1.3] [spring-c… #403

Updated versions after [2023.0.2] release train and [4.1.3] [spring-c…

Updated versions after [2023.0.2] release train and [4.1.3] [spring-c… #403

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
uses: actions/setup-java@v1
with:
java-version: 15
- name: Build with Maven
run: ./scripts/runMavenBuilds.sh