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

Bump com.google.cloud:google-cloud-bom from 0.158.0 to 0.203.0 #299

Bump com.google.cloud:google-cloud-bom from 0.158.0 to 0.203.0

Bump com.google.cloud:google-cloud-bom from 0.158.0 to 0.203.0 #299

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "11"
cache: "maven"
- run: |
mvn -Dbigquery.project.arg="-Dbigquery.project=dummy-project" \
clean \
spotless:check \
checkstyle:checkstyle \
findbugs:findbugs \
test