Skip to content

improved error handling for read() with concurrent close() (#569) #159

improved error handling for read() with concurrent close() (#569)

improved error handling for read() with concurrent close() (#569) #159

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: ./gradlew assembleDebug