Skip to content

fix build so type libraries are published correctly (#1125) #445

fix build so type libraries are published correctly (#1125)

fix build so type libraries are published correctly (#1125) #445

Workflow file for this run

name: Server CI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: Set up JDK 1.16
uses: actions/setup-java@v1
with:
java-version: 1.16
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B test --file pom.xml