Skip to content

Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.4 #145

Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.4

Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.4 #145

Workflow file for this run

# Smoke compile on PR
name: Java CI with Maven
on: [pull_request]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Set up JDK 17
uses: actions/setup-java@v5.2.0
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build with Maven
run: ./gradlew assemble