Skip to content

Bump com.google.truth:truth from 1.4.2 to 1.4.5 #121

Bump com.google.truth:truth from 1.4.2 to 1.4.5

Bump com.google.truth:truth from 1.4.2 to 1.4.5 #121

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew clean build