Skip to content

Bump com.google.api-client:google-api-client from 2.3.0 to 2.4.0 #224

Bump com.google.api-client:google-api-client from 2.3.0 to 2.4.0

Bump com.google.api-client:google-api-client from 2.3.0 to 2.4.0 #224

Workflow file for this run

name: Build and test
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml