Skip to content

Bump com.google.api.grpc:proto-google-common-protos from 2.70.0 to 2.… #290

Bump com.google.api.grpc:proto-google-common-protos from 2.70.0 to 2.…

Bump com.google.api.grpc:proto-google-common-protos from 2.70.0 to 2.… #290

Workflow file for this run

name: Java CI
on:
push:
branches: [ main ]
pull_request:
branches: [ "**" ]
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
name: Build and Test
steps:
- uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v6
- name: Build and Test
run: ./gradlew build test
- name: Conformance Tests
run: make test-conformance-stable