Skip to content

Use ByteArrays instead of streams to allow ktor to set the content-le… #19

Use ByteArrays instead of streams to allow ktor to set the content-le…

Use ByteArrays instead of streams to allow ktor to set the content-le… #19

Workflow file for this run

name: Gradle check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'zulu'
- name: Build with Gradle
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
with:
arguments: check