Skip to content

Update dependency org.mockito:mockito-core to v5.14.0 (#327) #771

Update dependency org.mockito:mockito-core to v5.14.0 (#327)

Update dependency org.mockito:mockito-core to v5.14.0 (#327) #771

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Build
run: ./gradlew check