Skip to content

Bump com.google.errorprone:error_prone_core from 2.29.2 to 2.31.0 (#78) #182

Bump com.google.errorprone:error_prone_core from 2.29.2 to 2.31.0 (#78)

Bump com.google.errorprone:error_prone_core from 2.29.2 to 2.31.0 (#78) #182

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: maven
- name: Run Integration Tests
run: mvn clean test -P errorprone