Skip to content

Fix bug in synchronous product and ts.copy() #32

Fix bug in synchronous product and ts.copy()

Fix bug in synchronous product and ts.copy() #32

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '18'
- name: Build with Gradle
run: ./gradlew jar