Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 #180

Bump org.junit:junit-bom from 5.11.0 to 5.11.1

Bump org.junit:junit-bom from 5.11.0 to 5.11.1 #180

Workflow file for this run

name: Run Checks
on: [push,pull_request,workflow_call]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Check with Gradle
run: ./gradlew check --continue