Skip to content

Bump com.google.errorprone:error_prone_annotations from 2.29.2 to 2.31.0 #17

Bump com.google.errorprone:error_prone_annotations from 2.29.2 to 2.31.0

Bump com.google.errorprone:error_prone_annotations from 2.29.2 to 2.31.0 #17

Workflow file for this run

name: Build
on:
push:
branches-ignore:
# Ignore Dependabot branches because it will also open a pull request, which would cause the
# workflow to redundantly run twice
- dependabot/**
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out sources
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
run: ./gradlew build