Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 #79

Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1

Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 #79

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ master, main ]
jobs:
build-java:
name: Build Java
runs-on: ubuntu-latest
steps:
- name: Checkout Repository and Submodules
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Build
uses: gradle/[email protected]
with:
arguments: build