Skip to content

fix(deps): Update grpc-java monorepo to v1.83.0 (#268) #676

fix(deps): Update grpc-java monorepo to v1.83.0 (#268)

fix(deps): Update grpc-java monorepo to v1.83.0 (#268) #676

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
with:
distribution: "temurin"
java-version: "18"
cache: "gradle"
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917
- name: Build package
run: ./gradlew build