Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Update README with OpenCensus sunset notice #45

Update README with OpenCensus sunset notice

Update README with OpenCensus sunset notice #45

Workflow file for this run

name: Build Checker
on:
pull_request:
branches:
- master
- v0.*
jobs:
build:
name: Build Checker
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- id: setup-java
name: Setup Java 8
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 8
- uses: burrunan/gradle-cache-action@v1.10
with:
remote-build-cache-proxy-enabled: false
arguments: clean assemble -PcheckerFramework=true