Skip to content

Return a CompletableFuture from BulkIngester.flush method #460

Return a CompletableFuture from BulkIngester.flush method

Return a CompletableFuture from BulkIngester.flush method #460

Workflow file for this run

name: Code style and license headers
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 17 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: Check style and license headers
run: |
./gradlew checkstyleMain checkstyleTest