Skip to content

Bump net.ltgt.gradle:gradle-errorprone-plugin from 2.0.2 to 3.1.0 #199

Bump net.ltgt.gradle:gradle-errorprone-plugin from 2.0.2 to 3.1.0

Bump net.ltgt.gradle:gradle-errorprone-plugin from 2.0.2 to 3.1.0 #199

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: zulu
cache: 'gradle'
- name: Build and run tests
run: ./gradlew build --stacktrace