Skip to content

Bump org.junit.platform:junit-platform-launcher from 1.7.1 to 1.10.2 #138

Bump org.junit.platform:junit-platform-launcher from 1.7.1 to 1.10.2

Bump org.junit.platform:junit-platform-launcher from 1.7.1 to 1.10.2 #138

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
cache: gradle
distribution: microsoft
java-version: 11
- name: Build with Gradle
run: ./gradlew build --scan