Skip to content

Bump JUnit version -> 5.10.2. #7

Bump JUnit version -> 5.10.2.

Bump JUnit version -> 5.10.2. #7

Workflow file for this run

name: Build under Ubuntu
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
cache: gradle
- name: Build project and run tests
shell: bash
run: ./gradlew build --stacktrace