Skip to content

Merge pull request #75 from Julius278/feature/325-tradeID-fix #395

Merge pull request #75 from Julius278/feature/325-tradeID-fix

Merge pull request #75 from Julius278/feature/325-tradeID-fix #395

Workflow file for this run

name: finmath smart derivative contract
on: [ push ]
jobs:
bCP1ld:
name: Java 17 build and unit testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml