Skip to content

Bump com.google.protobuf:protobuf-kotlin from 3.19.4 to 3.25.5 #149

Bump com.google.protobuf:protobuf-kotlin from 3.19.4 to 3.25.5

Bump com.google.protobuf:protobuf-kotlin from 3.19.4 to 3.25.5 #149

Workflow file for this run

# Ensures that the current lib version is not yet published but executing the Gradle
# `checkVersionIncrement` task.
name: Check version increment
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 11
distribution: zulu
cache: gradle
- name: Pull config
run: git submodule update --init --recursive
- name: Check version is not yet published
shell: bash
run: ./gradlew checkVersionIncrement --stacktrace