Fix ValuationOraclePlainSwap.java #530
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@v4 | |
| with: | |
| distribution: 'zulu' | |
| java-version: 17 | |
| - name: Build with Maven | |
| run: mvn -B package --file pom.xml |