Skip to content

Bump com.google.protobuf:protobuf-java from 4.28.0 to 4.28.2 (#72) #39

Bump com.google.protobuf:protobuf-java from 4.28.0 to 4.28.2 (#72)

Bump com.google.protobuf:protobuf-java from 4.28.0 to 4.28.2 (#72) #39

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/gradle-cache
- name: Set up java
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 17
- name: Build
run: ./gradlew check --stacktrace --no-daemon
- name: Publish locally
run: ./gradlew publishToMavenLocal --stacktrace --no-daemon