Skip to content

Exclude Parquet from shading #165

Exclude Parquet from shading

Exclude Parquet from shading #165

Workflow file for this run

name: ci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- run: mvn clean install -B -V