Skip to content

backport remove @InputDirectory to avoid memory leak (#561) (#640) #711

backport remove @InputDirectory to avoid memory leak (#561) (#640)

backport remove @InputDirectory to avoid memory leak (#561) (#640) #711

Workflow file for this run

name: Build
on: [pull_request, push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '8'
cache: 'gradle'
- name: Test with Gradle
run: ./gradlew --no-daemon --continue check
- name: Jacoco
run: ./gradlew jacocoTestReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1