Skip to content

Bump io.airlift:aircompressor in /bedrock/bedrock-common #43

Bump io.airlift:aircompressor in /bedrock/bedrock-common

Bump io.airlift:aircompressor in /bedrock/bedrock-common #43

Workflow file for this run

name: Build and Test
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v1
with:
submodules: true
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package