Skip to content

chore(deps): update dependency org.junit:junit-bom to v6 #69

chore(deps): update dependency org.junit:junit-bom to v6

chore(deps): update dependency org.junit:junit-bom to v6 #69

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Java
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- name: Build
run: ./gradlew clean build