Skip to content

Fix the build. Do not depend on Guava in -samples #162

Fix the build. Do not depend on Guava in -samples

Fix the build. Do not depend on Guava in -samples #162

Workflow file for this run

name: Java CI
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml