Skip to content

Bump org.junit:junit-bom from 5.11.2 to 5.11.3 #61

Bump org.junit:junit-bom from 5.11.2 to 5.11.3

Bump org.junit:junit-bom from 5.11.2 to 5.11.3 #61

Workflow file for this run

name: Build Gradle project
on:
push:
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Run build with Gradle Wrapper
run: ./gradlew build