Skip to content

Make BigQueryClientFactory Kryo serializable. #379

Make BigQueryClientFactory Kryo serializable.

Make BigQueryClientFactory Kryo serializable. #379

Workflow file for this run

name: Duplicate Code Detection
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
- name: Running Duplicate Code Detection
run: ./mvnw pmd:cpd-check -Pall -Daggregate=true